apache-tuscany/sandbox/sebastien/java/dynamic/samples/calculator-scaclient
2010-07-19 02:50:53 +00:00
..
src/main/java Branch to experiment with dynamic component interfaces and implementations. 2010-07-19 02:50:53 +00:00
pom.xml Branch to experiment with dynamic component interfaces and implementations. 2010-07-19 02:50:53 +00:00
README Branch to experiment with dynamic component interfaces and implementations. 2010-07-19 02:50:53 +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