TUSCANY-3573 Add a bit more info to the README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1eac5db73
commit
4bb5c1be90
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue