summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 06:42:08 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 06:42:08 +0000
commite1eac5db736549d22a9bd9e904b37dfdb6b29b60 (patch)
treeb69db163044ad8071ee9f97d1b2824a249f90ea8 /sca-java-2.x/branches
parent5b64dcc7be2bcd3f48922895ad963f36edb245db (diff)
TUSCANY-3573 Add a bit more info to the README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README b/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README
index f3ff1db2b8..97058ca4c9 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README
@@ -1,7 +1,13 @@
To run an application that uses the SCA client API to send messages to the
Calculator service running in the domain do the following
-start one of the Calculator based contributions
+First start one of the Calculator based contributions. For example,
+
+cd samples/binding-sca/contribution-calculator
+follow the instructions in the README there
+
+Then run the the SCA client by doing the following:
+
cd samples/calculator-scaclient
mvn exec:java