Tuscany SCA C++ provides a runtime implementation for the Service Component
Architecture 0.9 specification, written in C++ and currently supports C++
component implementation types. This page describes what is needed to install and run Tuscany
SCA for C++.
If you haven't already done so, the first
step is to download the SCA C++ Milestone release 1 of Apache Tuscany from our
download page.
In order to run Tuscany SCA there are some minimum requirements:
Software | Download Link |
Operating systems:
|
|
Axis2C Release 0.92 |
http://ws.apache.org/axis2/c/download.cgi Please download and follow the installation instructions. Ensure you can run the Axis2C samples |
Tuscany SDO for C++ Milestone Release 1 |
http://incubator.apache.org/tuscany/download.html Please download and follow the installation instructions |
Java SDK 1.4 or later |
http://java.sun.com/javase/downloads/index.jsp This is required for building and running the SCAGEN code generation tool, which is used when developing Tuscany SCA C++ components |
Apache Ant 1.6 or later |
http://ant.apache.org This is required for building the SCAGEN code generation tool, which is used when developing Tuscany SCA C++ components |
SCA Technology samples | Simple samples that emphasize how to to use Service Component Architecture technology. Follow the instructions on the samples Getting Started page to build and run the Tuscany SCA samples |
Creating and building a Tuscany SCA C++ component | A document that describes how to create, build and run a Tuscany SCA C++ component. |
Enabling Web Service access to your Tuscany SCA C++ component | A document that describes how to expose a Tuscany SCA C++ component as a Web Service via an SCA Web Service Entrypoint. |
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 |