blob: dc61e9e8a1f2807c2dbc6eee60cc8e11a6b9817b (
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
|
<?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>
|