summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml
blob: a6c313b242997e9a70b70011b12f0079898884b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<document>
    <properties>
        <title>Tuscany</title>
        <bannertitle>Welcome to Tuscany</bannertitle>
        <tab>sca</tab>
    </properties>
    <body>
        <section name="Tuscany Service Component Architecture - C++">
            <H2>The Tuscany SCA C++ Project</H2>

            <P>This page provides a high-level overview of the C++ SCA (Service Component 
            Architecture) subproject of the Apache Tuscany incubator project.</P>

        </section>
        <section name="SCA C++ Overview">
            <p>Tuscany SCA C++ is an implementation of the
                <a href="http://www.osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforCpp_V0.95.pdf?version=1">Service 
                Component Architecture specification for C++ developers</a>
                . To try it out, we recommend using the SCA C++ Milestone release 2 available 
                from our
                <A HREF="http://incubator.apache.org/tuscany/downloads.html" target='_blank'>downloads 
                page</A>
                . Alternatively, if you would like to work with the latest (possibly unstable) 
                SCA C++ code, follow the
                <a href="cpp-projects.html">general instructions</a>
                for downloading and building SCA C++ from the Tuscany SVN repository.</p>
            <h3>SCA C++ Documents</h3>
            <table>
                <tr>
                    <td>
                        <a href="http://www.osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforCpp_V0.95.pdf?version=1">SCA 
                        specification for C++ developers V0.95</a>
                    </td>
                    <td>The Service Component Architecture specification for C++ describes the SCA 
                    Client and Implementation Model for the C++ programming language.</td>
                </tr>
                <tr>
                    <td>
                        <a href="http://www.osoa.org/display/Main/SCA+Resources">SCA Specification 
                        Resources</a>
                    </td>
                    <td>Various papers that explain the SCA programming model</td>
                </tr>
            </table>
        </section>
        <section name="Getting Started with the SCA C++ Milestone release 2">
            <P>If you haven't already done so, the first step is to download the SCA C++ 
            Milestone release 2 of Apache Tuscany from our
                <A HREF="http://incubator.apache.org/tuscany/downloads.html" target='_blank'>downloads 
                page</A>
                .</P>
            <P>Please follow the 
                <A HREF="http://svn.apache.org/repos/asf/incubator/tuscany/tags/cpp-1.0-incubating-M2-final/sca/GettingStarted.html">Getting 
                Started</A>
                information (also found within the download packages) to begin using Tuscany SCA 
                C++</P>

            <A NAME="help">
                <H3>Getting Help</H3>
            </A>

            <P>First place to look is at the Tuscany FAQ at
                <A HREF="faq.html" TARGET="_blank">Tuscany FAQ</A>
            </P>

            <P>Any problem with this release can be reported to the Tuscany
                <A HREF="mail-lists.html" TARGET="_blank">Mailing 
Lists</A> or create a JIRA issue at
                <A HREF="http://issues.apache.org/jira/browse/Tuscany"
    TARGET="_blank">Tuscany JIRAs</A>
                .</P>

        </section>
    </body>
</document>