summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3/samples/GettingStarted.html
blob: dcb2cfd19c59b0233190aeb77748900696ef95ec (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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
     
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<HTML>
<HEAD>
   <META CONTENT="text/html; charset=iso-8859-1" HTTP-EQUIV="Content-Type">
   <META CONTENT="text/css" HTTP-EQUIV="Content-Style-Type">
   <STYLE MEDIA="all" TYPE="text/css">
@import url("../doc/css/maven-base.css");
@import url("../doc/css/maven-theme.css");
   </STYLE> 

    <LINK HREF="../doc/css/maven-theme.css" MEDIA="print" REL="stylesheet"
         TYPE="text/css">
   <TITLE>Tuscany SCA Native Samples - Getting Started</TITLE>
</HEAD>

<BODY>
<DIV ID="bodyColumn"> 
   <DIV ID="contentBox"> 
      <DIV CLASS="section"> 
         <H1>Tuscany Samples - Getting Started - SCA Native Milestone release 3</H1> 

         <P>Tuscany SCA Native includes a set of simple technology samples that demonstrates some of the functionality of
         the Tuscany SCA Native runtime. This page describes the samples and links to the documents that describe how to 
          build and run them
         </P>
      </DIV>

      <DIV CLASS="section"> 
         <A NAME="samples"><H2>Samples</H2></A>
         <TABLE CLASS="bodyTable"> 
            <TBODY>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppCalculator/README.html">CppCalculator</A></TD>
               <TD>A very simple sample to show how an SCA composite can wire 
                together two C++ components to implement a Calculator service
               </TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonCalculator/README.html">PythonCalculator</A></TD>
               <TD>A very simple sample to show how an SCA composite can wire 
                together two Python components to implement a Calculator service 
               </TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyCalculator/README.html">RubyCalculator</A></TD>
               <TD>A very simple sample to show how an SCA composite can wire 
                together two Ruby components to implement a Calculator service
               </TD>
            </TR>
<!--             <TR CLASS="a">                                                                                                      -->
<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD> -->
<!--                <TD>This is a simple sample to show how an SCA composite can wire together                                       -->
<!--                 a number of components to implement a Calculator service and expose that service as                             -->
<!--                 to a number of different tpyes of client. The sample components are implemented in various                      -->
<!--                 ways to demonstrate the different features of the PHP SCA extension.                                            -->
<!--                </TD>                                                                                                            -->
<!--             </TR>                                                                                                               -->
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
               <TD>This sample is based on RubyCalculator but exposes the Calculator service as a REST Service 
                running under the Apache HTTPD server</TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppBigBank/README.html">CppBigBank</A></TD>
               <TD>A more complex sample that implements the "Simplified BigBank" scenario. A whitepaper describing
                the scenario based on the SCA 0.9 Assembly specification can be found 
                <A HREF="http://www.osoa.org/display/Main/SCA+-+Previously+Published+Specifications">here</A>.
                This sample uses multiple C++ components, calls out to an external Web Service via a reference, 
                exposes the service as a Web Service and also provides a PHP based client.
               </TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyBigBank/README.html">RubyBigBank</A></TD>
               <TD>A more complex sample that implements the "Simplified BigBank" scenario. This sample uses multiple
                Ruby components, calls out to an external Web Service via a reference and exposes the service as a 
                Web Service.
               </TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="HTTPDBigBank/README.html">HTTPDBigBank</A></TD>
               <TD>A more complex sample that implements the "Simplified BigBank" scenario. This sample contains the same 
                SCA components and calls as RubyBigBank, but demonstrates running the sample under the Apache HTTPD server
               </TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonWeatherForecast/README.html">PythonWeatherForecast</A></TD>
               <TD>This sample makes calls to an external Web Service via a reference, demonstrating how Python 
                ElementTree objects are used in Tuscany to access the XML data returned from the service.</TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCustomer/README.html">RestCustomer</A></TD>
               <TD>This sample demonstrates a Python component exposed as a REST Service either with or without the REST 
                interface (which specifies whether the service uses CRUD operations that translate to HTTP POST, GET, PUT 
                and DELETE or uses HTTP GET and XML over HTTP POST to invoke named operations) running under the Apache 
                HTTPD server</TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestYahoo/README.html">RestYahoo</A></TD>
               <TD>This sample demonstrates a Python component that is wired to make REST calls out to the external 
                Yahoo! Web Search service. This sample uses a Ruby local client to invoke the Python component.</TD>
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="AlertAggregator/README.html">AlertAggregator</A></TD>
               <TD>A more complex sample that shows how a Web 2.0-style application can be built using SCA. The Alert 
                Aggregator Sample aggregates various data sources and presents a unified view of data from these sources, 
                served as XML and displayed via a web page</TD>
            </TR>
            </TBODY>
         </TABLE>
         <BR> 
      </DIV>
      <DIV CLASS="section"> 
         <A NAME="samples"><H2>Sample Dependencies</H2></A>
         <P>The Tuscany samples each demonstrate different aspects of functionality provided by Tuscany, often in 
          particular extensions. The table below documents the extension dependencies that each sample has. 
          Please see the extension documentation for more details on the dependencies that particular extensions have.
         </P>
         <TABLE CLASS="bodyTable"> 
            <THEAD>
            <TR STYLE="vertical-align: top;">
               <TD></TD>
               <TD><A HREF="../doc/CppExtension.html">C++ Extension</A></TD>
               <TD><A HREF="../doc/PythonExtension.html">Python Extension</A></TD>
               <TD><A HREF="../doc/RubyExtension.html">Ruby Extension</A></TD>
               <!--TD><A HREF="../doc/PHPExtension.html">PHP Extension</A></TD> -->
               <TD><A HREF="../doc/Axis2CWSExtension.html#service">Axis2C Web Service Service Extension</A></TD>
               <TD><A HREF="../doc/Axis2CWSExtension.html#reference">Axis2C Web Service Reference Extension</A></TD>
               <TD><A HREF="../doc/RESTExtension.html#service">REST Service Extension</A></TD>
               <TD><A HREF="../doc/RESTExtension.html#reference">REST Reference Extension</A></TD>
               <TD><A HREF="../doc/RESTExtension.html#interface">REST Interface Extension</A></TD>
               <TD><A HREF="../doc/SCAExtension.html#service">SCA Service Extension</A></TD>
               <TD><A HREF="../doc/SCAExtension.html#reference">SCA Reference Extension</A></TD>
            </TR>
            </THEAD>
            <TBODY>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppCalculator/README.html">CppCalculator</A></TD>
               <TD>Yes</TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonCalculator/README.html">PythonCalculator</A></TD>
               <TD></TD> <!-- C++ -->
               <TD>Yes</TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyCalculator/README.html">RubyCalculator</A></TD>
               <TD></TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD>Yes</TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
<!--             <TR CLASS="b">                                                                                                       -->
<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>  -->
<!--                <TD></TD> <!-- C++ - ->                                                                                           -->
<!--                <TD></TD> <!-- Python - ->                                                                                        -->
<!--                <TD></TD> <!-- Ruby - ->                                                                                          -->
<!--                <TD>Yes</TD> <!-- PHP - ->                                                                                        -->
<!--                <TD>?</TD> <!-- WS Service - ->                                                                                   -->
<!--                <TD>?</TD> <!-- WS Reference - ->                                                                                 -->
<!--                <TD></TD> <!-- REST Service - ->                                                                                  -->
<!--                <TD></TD> <!-- REST Reference - ->                                                                                -->
<!--                <TD></TD> <!-- REST Interface - ->                                                                                -->
<!--                <TD></TD> <!-- SCA Service - ->                                                                                   -->
<!--                <TD></TD> <!-- SCA Reference - ->                                                                                 -->
<!--             </TR>                                                                                                                -->
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
               <TD></TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD>Yes</TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD>Yes</TD> <!-- REST Service -->
               <TD>Yes</TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppBigBank/README.html">CppBigBank</A></TD>
               <TD>Yes</TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD>Yes</TD> <!-- WS Service -->
               <TD>Yes</TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyBigBank/README.html">RubyBigBank</A></TD>
               <TD></TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD>Yes</TD> <!-- Ruby -->
               <TD>Yes</TD> <!-- WS Service -->
               <TD>Yes</TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="HTTPDBigBank/README.html">HTTPDBigBank</A></TD>
               <TD></TD> <!-- C++ -->
               <TD></TD> <!-- Python -->
               <TD>Yes</TD> <!-- Ruby -->
               <TD>Yes</TD> <!-- WS Service -->
               <TD>Yes</TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD>Yes</TD> <!-- SCA Service -->
               <TD>Yes</TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonWeatherForecast/README.html">PythonWeatherForecast</A></TD>
               <TD></TD> <!-- C++ -->
               <TD>Yes</TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD>Yes</TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD></TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCustomer/README.html">RestCustomer</A></TD>
               <TD></TD> <!-- C++ -->
               <TD>Yes</TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD>Yes</TD> <!-- REST Service -->
               <TD>Yes</TD> <!-- REST Reference -->
               <TD>Yes</TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestYahoo/README.html">RestYahoo</A></TD>
               <TD></TD> <!-- C++ -->
               <TD>Yes</TD> <!-- Python -->
               <TD>Yes</TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD></TD> <!-- REST Service -->
               <TD>Yes</TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="AlertAggregator/README.html">AlertAggregator</A></TD>
               <TD></TD> <!-- C++ -->
               <TD>Yes</TD> <!-- Python -->
               <TD></TD> <!-- Ruby -->
               <TD></TD> <!-- WS Service -->
               <TD></TD> <!-- WS Reference -->
               <TD>Yes</TD> <!-- REST Service -->
               <TD>Yes</TD> <!-- REST Reference -->
               <TD></TD> <!-- REST Interface -->
               <TD></TD> <!-- SCA Service -->
               <TD></TD> <!-- SCA Reference -->
            </TR>
            </TBODY>
         </TABLE>
         <BR/> 
         <P>The table below documents the libraries or environments necessary to build and/or run each sample. These are generally 
          required by the Tuscany extensions that the sample employs.
          Please see the extension documentation for more details (such as the version required) about the dependencies that particular 
          extensions require.
         </P>
         <TABLE CLASS="bodyTable"> 
            <THEAD>
            <TR STYLE="vertical-align: top;">
               <TD></TD>
               <TD><A HREF="http://java.sun.com/javase/downloads/index.jsp">Java runtime</A></TD>
               <TD><A HREF="http://www.python.org/">Python runtime</A></TD>
               <TD><A HREF="http://www.ruby-lang.org/">Ruby runtime</A></TD>
<!--                <TD><A HREF="http://www.php.net/">PHP runtime</A></TD>                          -->
<!--                <TD><A HREF="http://pecl.php.net/package/SCA_SDO/">PHP SCA_SDO package</A></TD> -->
               <TD><A HREF="http://ws.apache.org/axis2/c/">Axis2/C library</A></TD>
               <TD><A HREF="http://ws.apache.org/axis2/c/">Axis2/C HTTP server</A></TD>
               <TD><A HREF="http://curl.haxx.se/">libcurl library</A></TD>
               <TD><A HREF="http://httpd.apache.org/">HTTPD server</A></TD>
               <TD><A HREF="http://feedparser.org/">Universal Feed Parser library</A></TD>
            </TR>
            </THEAD>
            <TBODY>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppCalculator/README.html">CppCalculator</A></TD>
               <TD>Build</TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->               
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonCalculator/README.html">PythonCalculator</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD>Run</TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyCalculator/README.html">RubyCalculator</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD>Run</TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
<!--             <TR CLASS="b">                                                                                                       -->
<!--                 <!-- TODO - check/fix/remove this - ->                                                                           -->
<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>  -->
<!--                <TD></TD> <!-- Java runtime - ->                                                                                  -->
<!--                <TD></TD> <!--Python runtime - ->                                                                                 -->
<!--                <TD></TD> <!--Ruby runtime - ->                                                                                   -->
<!--                <TD>Run</TD> <!--PHP runtime - ->                                                                                 -->
<!--                <TD>Run</TD> <!--PHP SCA_SDO package - ->                                                                         -->
<!--                <TD>?</TD> <!--Axis2/C library - ->                                                                               -->
<!--                <TD>?</TD> <!--Axis2/C server - ->                                                                                -->
<!--                <TD></TD> <!--libcurl library - ->                                                                                -->
<!--                <TD>?</TD> <!--HTTPD server - ->                                                                                  -->
<!--                <TD></TD> <!--Universal Feed Parser - ->                                                                          -->
<!--             </TR>                                                                                                                -->
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD>Run</TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD>Run</TD> <!--libcurl library -->
               <TD>Run</TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppBigBank/README.html">CppBigBank</A></TD>
               <TD>Build</TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD>Run</TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyBigBank/README.html">RubyBigBank</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD>Run</TD> <!--Ruby runtime -->
               <TD>Run</TD> <!--Axis2/C library -->
               <TD>Run</TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="HTTPDBigBank/README.html">HTTPDBigBank</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD></TD> <!--Python runtime -->
               <TD>Run</TD> <!--Ruby runtime -->
               <TD>Run</TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD>Run</TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonWeatherForecast/README.html">PythonWeatherForecast</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD>Run</TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD>Run</TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD></TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCustomer/README.html">RestCustomer</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD>Run</TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD>Run</TD> <!--libcurl library -->
               <TD>Run</TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="b">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestYahoo/README.html">RestYahoo</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD>Run</TD> <!--Python runtime -->
               <TD>Run</TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD>Run</TD> <!--libcurl library -->
               <TD></TD> <!--HTTPD server -->
               <TD></TD> <!--Universal Feed Parser -->
            </TR>
            <TR CLASS="a">
               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="AlertAggregator/README.html">AlertAggregator</A></TD>
               <TD></TD> <!-- Java runtime -->
               <TD>Run</TD> <!--Python runtime -->
               <TD></TD> <!--Ruby runtime -->
               <TD></TD> <!--Axis2/C library -->
               <TD></TD> <!--Axis2/C server -->
               <TD>Run</TD> <!--libcurl library -->
               <TD>Run</TD> <!--HTTPD server -->
               <TD>Run</TD> <!--Universal Feed Parser -->
            </TR>
            </TBODY>
         </TABLE>
         <BR/>
      </DIV>

      <DIV CLASS="section"> 
         <A NAME="help"><H2>Getting Help</H2></A>

         <P>The first place to look is at the Tuscany SCA FAQ at 
         <A HREF="http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SCA+-+FAQ"
            TARGET="_blank">http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SCA+-+FAQ</A> </P>

         <P>Any problem with this release can be reported to the Tuscany 
         <A HREF="http://cwiki.apache.org/TUSCANY/mailing-lists.html"
            TARGET="_blank">mailing lists</A> or create a JIRA issue at&nbsp;<A HREF="http://issues.apache.org/jira/browse/Tuscany"
                                                                                TARGET="_blank">http://issues.apache.org/jira/browse/Tuscany</A>.</P>
         

         <P>&nbsp;</P> 

         <P>&nbsp;</P> 

         <P>&nbsp;</P> 
         <TABLE CLASS="bodyTable">
            <TBODY>
            <TR CLASS="a">
               <TD> 

                  <P>Thank you for your interest in Tuscany.</P> <STRONG><EM>-The
                  Tuscany Development Team</EM></STRONG> 
               </TD>
            </TR>
            </TBODY>
         </TABLE>
      </DIV>

   </DIV>

</DIV>
</BODY>

</HTML>