summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/kernel/2.0-alpha-incubating/README.txt
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:26:33 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:26:33 +0000
commita40e527938d76ba71f211da7e327adb50384ba69 (patch)
treecb8f99f1727122b040a3f0fbb6649292b6a74302 /tags/java/sca/kernel/2.0-alpha-incubating/README.txt
parent968721109881107520d7aefa91d7fcc0519d7739 (diff)
Moving 1.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/kernel/2.0-alpha-incubating/README.txt')
-rw-r--r--tags/java/sca/kernel/2.0-alpha-incubating/README.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/tags/java/sca/kernel/2.0-alpha-incubating/README.txt b/tags/java/sca/kernel/2.0-alpha-incubating/README.txt
deleted file mode 100644
index ca024316d5..0000000000
--- a/tags/java/sca/kernel/2.0-alpha-incubating/README.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-This Release of the Apache Tuscany SCA Kernel is designed as a baseline for extension development
-and early access to the Java programming model based on the SCA 1.0 Java Common Annotations
-and API Specification and the Java Component Implementation Specification. Copies of the
-specifications may be obtained from http://www.osoa.org.
-
-*** Please Note that extension SPIs are subject to change in future alpha and beta releases ***
-
-Release Features
-----------------
-A goal of the release has been closer alignment with the SCA specifications, and in particular,
-the implementation of new Java annotations and APIs introduced in the 1.0 version.
-New features include:
-
-- Support for full composite recursion (N-levels)
-- Improved and simplified non-blocking operations
-- Support for SCA 1.0 conversational callbacks, including synchronous operations
-- Support for many of the SCA 1.0 Annotations and APIs, including: scopes,
- conversational annotations, ComponentContext, callback annotations,
-- Support for SCA 1.0 autowire
-- Support for service target syntax
-- Support for reference promotion syntax (multiple level promotion is not yet implemented
- but planned for the next release)
-- Support for exception formatting
-- Improved exception handling
-- Reduced disk and memory footprint
-
-
-This release also includes significant architectural enhancements and refactors.
-Much of this work has been focused on simplification of the core architecture.
-In addition, changes have been introduced to support federated service networks
-and multi-VM wiring. It is expected that those features will be added in the next alpha release.
-
-- Greatly simplified wiring architecture, including elimination of inbound and outbound wiring
-- Support for sparse component trees distributed across multiple-VMs
-- Improved autowire support including changes to enable federated autowire in the next release
-- Introduction of a ComponentManager
-- Refactored Connector
-- Refactored Component interface and hierarchy
-- Increased test coverage (~70%)
-- An early implementation of federated assembly changeset marshalling
-
-
-In bocca al lupo!
-The Tuscany Team