summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/samples/calculator-scaclient/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/calculator-scaclient/README b/sca-java-2.x/trunk/samples/calculator-scaclient/README
new file mode 100644
index 0000000000..f3ff1db2b8
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/calculator-scaclient/README
@@ -0,0 +1,7 @@
+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
+cd samples/calculator-scaclient
+mvn exec:java
+