summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3/RELEASE_NOTES
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:49:22 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-31 10:49:22 +0000
commitd1a96a1d9f189ec86d51fc9e4a315879b35be1d0 (patch)
tree419313e106bc0affdca14bb4c18adf15f7a1d030 /tags/java/sca/2.0-M3/RELEASE_NOTES
parentf037e3e249300a2d6490c4ea66aaa355361caa4a (diff)
Rename 2.0 M3 final RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/2.0-M3/RELEASE_NOTES')
-rw-r--r--tags/java/sca/2.0-M3/RELEASE_NOTES73
1 files changed, 73 insertions, 0 deletions
diff --git a/tags/java/sca/2.0-M3/RELEASE_NOTES b/tags/java/sca/2.0-M3/RELEASE_NOTES
new file mode 100644
index 0000000000..718b4e5c4d
--- /dev/null
+++ b/tags/java/sca/2.0-M3/RELEASE_NOTES
@@ -0,0 +1,73 @@
+Apache Tuscany SCA 2.0-M3 June 2009 Release Notes
+==================================================
+
+Apache Tuscany provides a runtime based on the Service Component
+Architecture. SCA is a set of specifications aimed at simplifying SOA
+Application Development which are being standardized at OASIS as part
+of Open Composite Services Architecture (Open CSA) - http://www.oasis-opencsa.org/.
+
+Overview
+--------
+
+ The Apache Tuscany SCA 2.0-M3 release includes implementations of the
+ main SCA specifications and recent updates from Open CSA drafts including:
+
+ SCA Assembly Model V1.1
+ SCA Policy Framework V1.1
+ SCA Java Common Annotations and APIs V1.1
+ SCA Java Component Implementation V1.1
+ SCA Client & Implementation: Spring
+ SCA Web Services Binding V1.1
+ SCA WS-BPEL Client and Implementation V1.1
+ (portions of) SCA JEE Integration V1.1
+
+ It also includes implementations of many features not yet defined
+ by SCA specifications, including:
+
+ - SCA bindings for RMI.
+ - Databindings for JAXB, Axis2's AXIOM, DOM, SAX and StAX
+ - Integration with various web frameworks
+
+ The Tuscany SCA Runtime can be configured as a single node SCA domain or
+ as an SCA domain distributed across multiple nodes.
+ In addition Tuscany SCA supports the following host-deployment options: -
+ - running standalone
+ - running in a OSGi enabled runtime Environment (Equinox)
+ - running with distributed nodes across multiple JVMs
+
+See the CHANGES file for a detailed list of the features in this release.
+
+Support
+-------
+
+For more information on Apache Tuscany visit the website at:
+
+ http://tuscany.apache.org/tuscany/
+
+Any issues with this release can be reported to Apache Tuscany
+using the mailing lists or in the JIRA issue tracker.
+
+ Mailing list archives:
+
+ http://mail-archives.apache.org/mod_mbox/tuscany-user/
+ http://mail-archives.apache.org/mod_mbox/tuscany-dev/
+
+ Jira:
+
+ http://issues.apache.org/jira/browse/TUSCANY
+
+To join the project's mailing lists follow the instructions at:
+
+ http://incubator.apache.org/tuscany/mailing-lists.html
+
+To find out more about OASIS Open CSA go to:
+
+ http://www.oasis-opencsa.org.
+
+Apache Tuscany welcomes your help. Any contribution, including code,
+testing, improving the documentation, or bug reporting is always
+appreciated.
+
+Thank you for using Apache Tuscany!
+
+- The Tuscany Team.