Update bigbank readme
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
953c028f3e
commit
933510da35
1 changed files with 1 additions and 14 deletions
|
@ -16,7 +16,6 @@ Bigbank-calculator is a calculator application which handles add, subtract, mult
|
||||||
To run the bigbank-calculator composite and make it available as a service for this demo do the following:
|
To run the bigbank-calculator composite and make it available as a service for this demo do the following:
|
||||||
|
|
||||||
cd bigbank-calculator
|
cd bigbank-calculator
|
||||||
ant compile
|
|
||||||
ant run
|
ant run
|
||||||
|
|
||||||
.. Leave the server running
|
.. Leave the server running
|
||||||
|
@ -30,7 +29,6 @@ A very simple web services based stock quote application which returns random
|
||||||
stock quotes on request. Please note that the stockquote service is not live and is implemented instead to allow for this application to always run without dependency on the availability of a webservice.
|
stock quotes on request. Please note that the stockquote service is not live and is implemented instead to allow for this application to always run without dependency on the availability of a webservice.
|
||||||
|
|
||||||
cd bigbank-stockquote
|
cd bigbank-stockquote
|
||||||
ant compile
|
|
||||||
ant run
|
ant run
|
||||||
|
|
||||||
.. Leave the server running
|
.. Leave the server running
|
||||||
|
@ -54,22 +52,11 @@ bigbank-calculator services.
|
||||||
|
|
||||||
Start bigbank-account in the following way:
|
Start bigbank-account in the following way:
|
||||||
|
|
||||||
i ) Compile the bigbank-account as follows :
|
|
||||||
|
|
||||||
cd bigbank-account
|
|
||||||
ant compile
|
|
||||||
|
|
||||||
ii) Now start the bigbank service as follows :
|
|
||||||
|
|
||||||
cd bigbank
|
cd bigbank
|
||||||
ant compile
|
|
||||||
ant run
|
ant run
|
||||||
|
|
||||||
.. Leave the server running
|
.. Leave the server running
|
||||||
|
|
||||||
Note that 'ant compile' needs to be done the first time you run this demo out ofthe binary distribution.
|
|
||||||
No need to do 'ant compile' from there on.
|
|
||||||
|
|
||||||
Bigbank and the SCA Policies
|
Bigbank and the SCA Policies
|
||||||
----------------------------
|
----------------------------
|
||||||
The Bigbank demo uses the Tuscany PolicyFramework to enforce security in the following ways:
|
The Bigbank demo uses the Tuscany PolicyFramework to enforce security in the following ways:
|
||||||
|
@ -105,7 +92,7 @@ The front end of this demo application is a web app which users Json/RPC to comm
|
||||||
|
|
||||||
To try the app out point you browser at:
|
To try the app out point you browser at:
|
||||||
|
|
||||||
http://localhost:8080/AccountJSON.html
|
http://localhost:8085/AccountJSON.html
|
||||||
|
|
||||||
This should display an interface with a single button that goes and retrieves
|
This should display an interface with a single button that goes and retrieves
|
||||||
a single set of account details exercising services across the three running
|
a single set of account details exercising services across the three running
|
||||||
|
|
Loading…
Add table
Reference in a new issue