apache-tuscany/sandbox/samples/sca-features/sca-client/calculator-scaclient
fmoga d1d696b82c Move more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998919 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 13:31:01 +00:00
..
src/main/java Move more samples. 2010-09-20 13:31:01 +00:00
pom.xml Move more samples. 2010-09-20 13:31:01 +00:00
README Move more samples. 2010-09-20 13:31:01 +00:00

To run an application that uses the SCA client API to send messages to the 
Calculator service running in the domain do the following

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