Tuscany Samples - Getting Started - SCA C++ Milestone release 2

Tuscany SCA C++ includes a set of simple technology samples that demonstrates some of the functionality of the Tuscany SCA C++ runtime. This page describes the samples and links to the documents that describe how to build and run them

Samples

Calculator A very simple sample to show how an SCA composite can wire together two C++ components to implement a Calculator service and expose that service as a Web Service
PythonCalculator A very simple sample to show how an SCA composite can wire together two Python components to implement a Calculator service and expose that service as a Web Service
RubyCalculator A very simple sample to show how an SCA composite can wire together two Ruby components to implement a Calculator service and expose that service as a Web Service
BigBank 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 here. 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.
RubyBank 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.

Getting Help

The first place to look is at the Tuscany FAQ at http://incubator.apache.org/tuscany/faq.html

Any problem with this release can be reported to the Tuscany mailing lists or create a JIRA issue at http://issues.apache.org/jira/browse/Tuscany.

 

 

 

Thank you for your interest in Tuscany.

-The Tuscany Development Team