diff options
author | beckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-12 16:19:23 +0000 |
---|---|---|
committer | beckerdo <beckerdo@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-12 16:19:23 +0000 |
commit | f082eb1c7580078fa390e78254b2ed3faf7edfca (patch) | |
tree | fb83ed7def03df4e7c090aa32a05367aef5c945b /branches/sca-java-1.x/samples | |
parent | bd7725852757ad03f5fd0e224c4af92f0c5c4be8 (diff) |
TSUCANY-2205 Update README for simple-bigbank.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples')
-rw-r--r-- | branches/sca-java-1.x/samples/simple-bigbank/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/samples/simple-bigbank/README b/branches/sca-java-1.x/samples/simple-bigbank/README index acbe93a4d3..d59043d833 100644 --- a/branches/sca-java-1.x/samples/simple-bigbank/README +++ b/branches/sca-java-1.x/samples/simple-bigbank/README @@ -1,6 +1,6 @@ -Calculator Sample +Simple BigBank Sample ================= -This sample implements a simple a version of the BigBank scenrio used in +This sample implements a simple a version of the BigBank scenario used in various places in the SCA specification documents. The README in the samples directory (the directory above this) provides @@ -29,7 +29,7 @@ SCA default binding is used. A request to the AccountComponent results in a request to the AccountDataComponent to get account data which is based on a random stock quote price. Therefore result for this sample will vary on each run. -calculator/ +simple-bigbank/ src/ main/ java/ |