summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/runtime/2.0-alpha-incubating/README.txt
blob: 7c246636b387cf41112d3be943c54103b2fff789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Apache Tuscany may be provisioned to a variety of runtime environments.
This release provides support for embedding Tuscany in a web application and
iTest plugin for integration testing. Also included is a standalone runtime
for using Tuscany as a server.

Standalone Runtime Features
-----------------------------------

The standalone runtime provides an easy-to-use execution environment for SCA
composites. This alpha release supports a single-VM deployment model. Support
for multi-VM contributions and deployment is planned for the next release.
 
Web Application Runtime Features
-----------------------------------

The web application runtime provides support for embedding Tuscany in a web
application. Included in this release is support for injecting services into
the web application context so they may be accessed from standard
Web Application UI frameworks.

iTest Plugin Runtime Features
-----------------------------------

The iTest Plugin Runtime provides support for developing unit tests using the
SCA 1.0 programming model. Specifically, it allows application assemblies to
be deployed and tested from with Maven.

The Tuscany Team