You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/09 22:39:55 UTC

svn commit: r536651 - /incubator/tuscany/java/sca/samples/supplychain/README

Author: antelder
Date: Wed May  9 13:39:54 2007
New Revision: 536651

URL: http://svn.apache.org/viewvc?view=rev&rev=536651
Log:
Update the supplychain readme test

Modified:
    incubator/tuscany/java/sca/samples/supplychain/README

Modified: incubator/tuscany/java/sca/samples/supplychain/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/supplychain/README?view=diff&rev=536651&r1=536650&r2=536651
==============================================================================
--- incubator/tuscany/java/sca/samples/supplychain/README (original)
+++ incubator/tuscany/java/sca/samples/supplychain/README Wed May  9 13:39:54 2007
@@ -10,10 +10,12 @@
 Sample Overview
 ---------------
 
-The sample provides a single calculator service with a default SCA (java) 
-binding. The CalculatorClient exercises this interface by calling add, 
-subtract, multiply and divide operations. This results in messages passing to 
-the appropriate components in the composite across the local wires.
+The sample provides a Customer service with a purchaseGoods operation
+and a notifyShipment operation annotated with the SCA @OneWay annotation.
+The SupplyChainClient exercises this interface by calling the
+purchaseGoods operation. This results in messages passing to 
+the Retailer, Warehouse, and Shipper components and the result returned
+to the Customer service on a seperate callback thread.
 
 calculator/
   src/



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org