You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

The Tuscany SCA C++ Project

This page needs to be verified

Tuscany SCA C+/native is an implementation of the Service Component Architecture specification for C++ developers. To try it out, we recommend using the SCA C+ Milestone release 2 available from our downloads page.

Tuscany mative SCA provides the infrastructure to develop and run SCA based applications. At the very high level, native SCA can be divided into a core kernel and extensions. The kernel supports the SCA assembly model, Tuscany value-add features and simple extension point to add extensions. The kernel is designed to be embedded in, run standalone, or preovisioned to a number of different host environments such as Tomcat and Geronimo (soon).

Tuscany SCA native extension points allow any binding type, component implementation (programming model), policy and data binding to be easily added to it. The Tuscany community has contributed the extensions that are shown below. An extension becomes available for the latest Kernel release as volunteers test and enhance the extension to work with the latest release.

Bindings - used for services and references
Apache Axis2
JSON-RPC
REST

Component Implementations
C++ components (as described in the SCA C++ C&I spec)
Ruby
Python
PHP (almost there)

Data Bindings - for handling data
SDO
Axiom

  • No labels