summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/shell/samples/calculator-scaclient/README
blob: 97058ca4c98a5e7f1b3f6d8f3f803881cd05ae75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

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