summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/site-author/documentation.xml
blob: 39890f3edee945d1e93545bff03cdf7c1fb868dc (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?xml version="1.0" encoding="UTF-8"?>
<document>
    <properties>
        <title>Tuscany Documentation</title>
        <bannertitle>Tuscany Documentation</bannertitle>
    </properties>
    <body>
        <section name='Implementation Related'>
            <p>This page provides links to a set of documents that help to explain various 
            aspects of the Tuscany project and the SOA programming model that it provides (initially 
            the SCA and SDO specifications).  There are also links to the OSOA 
            specifications that the Tuscany Projects are based upon. </p>
            <table class="bodyTable">
                <tr>
                    <td>
                        <table>
                            <tbody>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Title</font>
                                        </b>
                                    </td>
                                    <td width="387" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Description</font>
                                        </b>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="250" valign="top">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a href="ExtendingTuscany.pdf" target="_blank">Extending Tuscany</a>
                                        </font>
                                    </td>
                                    <td width="387">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">Describes how to 
                                        extend Tuscany by contributing a new implementation/binding type</font>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </table>
        </section>
        <section name='Specifications Related'>
            <table>
                <tr>
                    <td>Tuscany is an implementation of the SCA and SDO Specifications being 
                    developed by the
                        <a
                                       href="http://www.osoa.org">OSOA Collaboration</a>
                        The current implementation is based on the following specifications:</td>
                </tr>
                <tr>
                    <td>
                        <ul>
                            <li>
                                <a
                                                    href="http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications">OSOA 
                                                    - Service Component Architecture Specifications</a>
                            </li>
                            <li>
                                <a
                                                    href="http://www.osoa.org/display/Main/Service+Data+Objects+Draft+Specifications">OSOA 
                                                    - Service Data Objects Draft Specifications </a>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td>
                        <i>Note</i>
                        :
                        <i>These specifications have evolved since the release of Tuscany M1 (Milestone 
                        1). The versions of SCA &amp; SDO Specifications that were used for Tuscany M1 
                        Release are: -</i>
                    </td>
                </tr>
                <tr>
                    <td>
                        <table>
                            <tbody>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Title</font>
                                        </b>
                                    </td>
                                    <td width="387" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Description</font>
                                        </b>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a
                                                                        href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_AssemblyModel_V09.pdf"
                                                                        target="_blank">SCA Assembly Specification V0.9</a>
                                        </font>
                                    </td>
                                    <td width="387" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">The core Service 
                                        Component Architecture Assembly specification</font>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="231" valign="top">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a
                                                                        href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModelforJava_V09.pdf"
                                                                        target="_blank">SCA Client and Implementation Model for Java Specification V0.9</a>
                                        </font>
                                    </td>
                                    <td width="387">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">The Service 
                                        Component Architecture Client and Implementation specification for Java. 
                                        Describes how to write SCA components in Java and how to write Clients to SCA 
                                        services in Java.</font>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a
                                                                        href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModel_Cpp_V09.pdf"
                                                                        target="_blank">SCA Client and Implementation Model for C++ Specification V0.9</a>
                                        </font>
                                    </td>
                                    <td width="387" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">The Service 
                                        Component Architecture Client and Implementation specification for C++. 
                                        Describes how to write SCA components in C++ and how to write Clients to SCA 
                                        services in C++.</font>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="231" valign="top">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a
                                                                        href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_Java_V2.01.pdf"
                                                                        target="_blank">SDO Specification for Java V2.01</a>
                                        </font>
                                    </td>
                                    <td width="387">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">The Service Data 
                                        Objects specification for Java. Describes the data programming interfaces of SDO 
                                        in the Java language.</font>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">
                                            <a
                                                                        href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_CPP_V2.01.pdf"
                                                                        target="_blank">SDO Specification for C++ V2.01</a>
                                        </font>
                                    </td>
                                    <td width="387" bgcolor="#f4f4f4">
                                        <font color="#000000" face="arial,helvetica,sanserif" size="-1">The Service Data 
                                        Objects specification for C++. Describes the data programming interfaces of SDO 
                                        in the C++ language.</font>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </table>
        </section>
        <section name='Others'>
            <table class="bodyTable">
                <tr>
                    <td>
                        <table>
                            <tbody>
                                <tr>
                                    <td width="231" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Title</font>
                                        </b>
                                    </td>
                                    <td width="387" valign="top" bgcolor="#dbdbdb">
                                        <b>
                                            <font color="#002953">Description</font>
                                        </b>
                                    </td>
                                </tr>
                                <tr class="a">
                                    <td bgcolor="#f4f4f4">
                                        <a href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_White_Paper1_09.pdf' target='_blank'>SCA 
                                        White Paper</a>
                                    </td>
                                    <td bgcolor="#f4f4f4">A white paper describing Service Component Architecture.</td>
                                </tr>
                                <tr class="b">
                                    <td>
                                        <a href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/Next-Gen-Data-Programming-Whitepaper.pdf' target='_blank'>SDO 
                                        White Paper</a>
                                    </td>
                                    <td>A white paper that explains the SDO programming model</td>
                                </tr>
                                <tr class="b">
                                    <td bgcolor="#f4f4f4">
                                        <a href='RDB_DAS_white_paper_v-0.1.3.pdf' target='_blank'>DAS White Paper: The 
                                        Data Access Service</a>
                                    </td>
                                    <td bgcolor="#f4f4f4">How to access relational data in terms of Service Data 
                                    Objects (not yet on the website - to be provided)</td>
                                </tr>
                                <tr class="a">
                                    <td>
                                        <a href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_BuildingYourFirstApplication_V09.pdf' target='_blank'>SCA: 
                                        &quot;Building your first application</a>
                                    </td>
                                    <td>The simplified &quot;BigBank&quot; application as a worked example.</td>
                                </tr>

                            </tbody>
                        </table>
                    </td>
                </tr>
            </table>
            <p>
                <i>There is more documentation about Tuscany available in
                    <a href='http://wiki.apache.org/ws/Tuscany'
                   target='_blank'>Tuscany Wiki</a>
                </i>
            </p>
        </section>
    </body>
</document>