Author: slaws
Date: Fri Oct 2 08:46:23 2009
New Revision: 820934
URL: http://svn.apache.org/viewvc?rev=820934&view=rev
Log:
Clarify that this same is made up of 4 modules
Modified:
tuscany/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
Modified: tuscany/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README?rev=820934&r1=820933&r2=820934&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README
(original)
+++ tuscany/branches/sca-java-1.5.1/samples/simple-bigbank-spring/README Fri
Oct 2 08:46:23 2009
@@ -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.