summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 08:46:23 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 08:46:23 +0000
commit01e534b960b4ef420250fbd0955628c93e9cc3dd (patch)
tree042e4169260b7b46ab60ff245a7de151f6167c45
parenta1e2212e107a1a72c507e2707d12ddad86323606 (diff)
Clarify that this same is made up of 4 modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820934 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.5.1/samples/simple-bigbank-spring/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README b/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
index bb44d63719..210ec2d510 100644
--- a/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
+++ b/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
@@ -1,6 +1,11 @@
Spring Bigbank Sample
======================
-This sample is made of 3 modules that represent the different aspects of a fictitious banking application.
+This sample is different from the simple-bigbank in that it is made of 4 separate modules that represent the different aspects of a fictitious banking application.
+
+simple-bigbank-spring (this module)
+spring-bigbank-calculator
+spring-bigbank-checkaccount
+spring-bigbank-stockquote
To run the simple-bigbank-spring sample you need to first run spring-bigbank-calculator, spring-bigbank-checkaccount and spring-bigbank-stockquote composites.
This will bring up Tuscany runtime and load the three applications and make them available as services.