summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 09:48:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 09:48:42 +0000
commit933510da352028100d83537b1d107386328df397 (patch)
tree9f5137199ac493e218d9cef274bf8f3119a70cd1 /branches/sca-java-1.4
parent953c028f3e16a38e2133556359a41e54f531d250 (diff)
Update bigbank readme
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4')
-rw-r--r--branches/sca-java-1.4/demos/bigbank/README15
1 files changed, 1 insertions, 14 deletions
diff --git a/branches/sca-java-1.4/demos/bigbank/README b/branches/sca-java-1.4/demos/bigbank/README
index 5ec796db60..1e52c65b70 100644
--- a/branches/sca-java-1.4/demos/bigbank/README
+++ b/branches/sca-java-1.4/demos/bigbank/README
@@ -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:
cd bigbank-calculator
-ant compile
ant run
.. 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.
cd bigbank-stockquote
-ant compile
ant run
.. Leave the server running
@@ -54,22 +52,11 @@ bigbank-calculator services.
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
- ant compile
ant run
.. 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
----------------------------
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:
-http://localhost:8080/AccountJSON.html
+http://localhost:8085/AccountJSON.html
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