summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:42:15 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:42:15 +0000
commit636a7b7b97d2776b18d0ac06b1f653941e9f23a9 (patch)
treeef9374a377ca060d94eff3db7eb383200a9a130d /site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml
parentcd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc (diff)
Moving site branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml')
-rw-r--r--site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml b/site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml
new file mode 100644
index 0000000000..a6c313b242
--- /dev/null
+++ b/site/branches/site-20070701-mvnbased/site-author/cpp_sca_overview.xml
@@ -0,0 +1,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>