Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width12%
Include Page
TUSCANY:Java SCA Menu
TUSCANY:Java SCA Menu
Column
width88%

Overview

This page needs content. Thanks for your contribution (smile)

Java SCA provides the infrastructure to develop and run SCA based applications. At the very high level, JAVA SCA can be divided into the kernel and the extensions. The kernel supports SCA assembly, Tuscany value add functions features and simple plug-points for extensions referred to as extension framework. The extension framework allows any binding type, component implementation (programming model) or data binding to be added to Tuscany. The kernel is designed to be embedded in, or provisioned to, a number of different host environments.

Extensions can be divided into 3 categories: 1) Component implementation types such as Srping, Groovy and javaScript, 2) Binding types such as Axis, CXF and 3) DataBinding types such as SDO, JAXB.

Tuscany community has made a set of extensions available with Tuscany releases. A list of these extensions is shown below. Some of these extensions are available with a specific releases of Tuscany SCA Java depending on the level of contribution for that extension in that release.

Bindings - used for services and references
CXF
Axis2
JMS
AMQP

component Implemenation
Spring
JavaScript
Groovy

DataBinding - for handling data
JAXB
SDO

...