summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/runtime/2.0-alpha-incubating/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java/sca/runtime/2.0-alpha-incubating/README.txt')
-rw-r--r--tags/java/sca/runtime/2.0-alpha-incubating/README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/tags/java/sca/runtime/2.0-alpha-incubating/README.txt b/tags/java/sca/runtime/2.0-alpha-incubating/README.txt
new file mode 100644
index 0000000000..7c246636b3
--- /dev/null
+++ b/tags/java/sca/runtime/2.0-alpha-incubating/README.txt
@@ -0,0 +1,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