summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml')
-rw-r--r--site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml b/site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml
new file mode 100644
index 0000000000..dc61e9e8a1
--- /dev/null
+++ b/site/branches/site-20070701-mvnbased/site-author/cpp_sdo_overview.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <title>Tuscany Service Data Objects - C++</title>
+ <bannertitle>Welcome to Tuscany</bannertitle>
+ <tab>sdo</tab>
+ </properties>
+ <body>
+ <section name="Tuscany Service Data Objects - C++">
+ <H2>The Tuscany SDO C++ Project</H2>
+
+ <P>This page provides a high-level overview of the C++ SDO (Service
+ Data Objects) subproject of the Apache Tuscany incubator project.</P>
+
+ </section>
+ <section name="SDO C++ Overview">
+ <p>
+ Tuscany SDO C++ is an implementation of the
+ <a href="http://www.osoa.org/download/attachments/791/SDO_Specification_CPP_V2.01.pdf?version=1">Service Data Objects 2.01 specification for C++ developers</a>.
+ To try it out, we recommend using the SDO 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) SDO C++ code, follow the
+ <a href="cpp-projects.html">general instructions</a> for downloading and building SDO C++ from the Tuscany SVN repository.
+ </p>
+ <h3>SDO C++ Documents</h3>
+ <table>
+ <tr>
+ <td>
+ <a href="http://www.osoa.org/download/attachments/791/SDO_Specification_CPP_V2.01.pdf?version=1"> SDO Specification for C++ V2.01</a>
+ </td>
+ <td>
+ The Service Data Objects specification for C++ Describes the data programming interfaces of SDO in the C++ language.
+ </td>
+ </tr>
+ <tr>
+ <td><a href="http://www.osoa.org/download/attachments/791/Next-Gen-Data-Programming-Whitepaper.pdf?version=1">SDO White Paper</a></td>
+ <td>A white paper that explains the SDO programming model</td>
+ </tr>
+ <tr>
+ <td><a href="http://www-128.ibm.com/developerworks/webservices/library/ws-sdo-api/">Introducing SDO for C++</a></td>
+ <td>An article introducing the SDO for C++ API</td>
+ </tr>
+ </table>
+ </section>
+ <section name="Getting Started with the SDO C++ Milestone release 2">
+ <DIV CLASS="section">
+
+ <P>If you haven't already done so, the first step is to download the SDO 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/sdo/GettingStarted.html">Getting Started</A>
+ information (also found within the download packages) to begin using Tuscany SDO C++</P>
+ </DIV>
+ <DIV CLASS="section">
+ <A NAME="help"><H3>Getting Help</H3></A>
+
+ <P>First place to look is at the Tuscany FAQ at
+ <A HREF="http://incubator.apache.org/tuscany/faq.html"
+ TARGET="_blank">http://incubator.apache.org/tuscany/faq.html</A> </P>
+
+ <P>Any problem with this release can be reported to the Tuscany
+ <A HREF="http://incubator.apache.org/tuscany/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">http://issues.apache.org/jira/browse/Tuscany</A>.</P>
+ </DIV>
+ </section>
+ </body>
+</document>