summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 11:17:32 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 11:17:32 +0000
commit2e009dad1be7dcb28ce4d5fe363b62e4ca57c3df (patch)
tree1304e67ac0e35f8a255ae6877f2e81436c38c88d /sca-java-2.x
parent3d69118e476985dd5c6e1101a78005b7ee0505bb (diff)
TUSCANY-3563 add some prose to top level README - more clarification to come
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/README31
1 files changed, 29 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/README b/sca-java-2.x/trunk/samples/README
index 657527f601..b0a281f566 100644
--- a/sca-java-2.x/trunk/samples/README
+++ b/sca-java-2.x/trunk/samples/README
@@ -3,6 +3,33 @@ The Apache Tuscany SCA Samples
Structure
---------
+For the Milestone 5 release of Tuscany SCA Java 2.x we are beginning
+the process of moving to a new structure for samples. Milestone 5 is
+delivered in a state of partial change over to this new emphasis, and hence
+this README reflects that hybrid state.
+
+There are primarily 3 types of sample; those which focus on pure SCA
+concepts, those which demonstrate features of Tuscany and the last group
+is of samples which give a flavour of more complete, realistic applications.
+
+The new structure focusses on the way in which contributions are used by
+launchers to execute tuscany SCA applications.
+
+In this way you can explore the samples by chosing which launcher you wish
+to invoke which contribution. In the old style of sample this distinction was not clear;
+any given sample contained both launcher and contribution, and the set of samples provided
+represented a small subset of the combinations possible by the new approach.
+
+
+Within the SCA category of samples, all the calculator samples, have been
+migrated to this new structure.
+
+Please visit the 2.x documentation in our website [1] to get a better understanding of SCA
+and Tuscany 2.x
+
+[1] http://tuscany.apache.org/documentation-2x/
+
+
SCA Samples
binding-ws-calculator
@@ -44,8 +71,8 @@ contribution unit test = mvn or ant or IDE in the contribution module
contribution launch = command line (JSE or OSGi), embedded (JSE or OSGi), SCAClient or Eclipse launcher
-1/ Use local SCAClinet
-2/ Use remote SCAClient and distributed domian
+1/ Use local SCAClient
+2/ Use remote SCAClient and distributed domain
3/ Use interoperable binding
Launch Mechanisms