Tuscany SCA JavaTuscany Java SCA provides the infrastructure for easily developing and running applications using a service-oriented approach. This lightweight runtime is designed to be embedded in, or provisioned to, a number of different host environments without much effort. SCA Java is integrated with Tomcat, Jetty and Geronimo. In Tuscany Java SCA, the SCA domain can run on a single JVM (Node) or it can run across multiple JVMs (Nodes) without modifying the way that each component is described. A domain is a logical concept that bounds all of the components within an application.
At the very high level, Java SCA can be divided into core and extensions. The core supports the SCA assembly model. The extensions provide Tuscany value-add features as well as extension point for runtime which enables any binding type, implementation types(programming model), policy and data binding to be easily added to it. The Tuscany community has contributed the extensions that are shown in the table below for SCA Java. Build your first SCA application in 10 minutes! Give it a try Implementation Types | Bindings | Data Bindings | Interface Types |
---|
Java components Spring assemblies Scripting with JSR 223(JavaScript, Groovy, Ruby, Python & XSLT) BPEL (a prototype using Apache ODE) XQuery OSGI | Webservice using Apache Axis2 JMS (tested with Apache ActiveMQ) JSON-RPC EJB Feed Atom/RSS | JAXB SDO Axiom Castor XMLBeans | Java WSDL 1.1 |
|