diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-11 11:58:29 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-11 11:58:29 +0000 |
commit | 598eb48d98f97aeae3238b2fcc9fd306edb1de0c (patch) | |
tree | 612ac4c6d185136ec46886341e5b23bac774b617 /sandbox/travelsample/contributions/fullapp-ui/src/main/resources | |
parent | c51362e7efdc0c4725cba85f3e37cf9d320ff891 (diff) |
Separate the ShoppingCart interface into multiple separate interfaces to better match the "introducing" scenario
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/fullapp-ui/src/main/resources')
-rw-r--r-- | sandbox/travelsample/contributions/fullapp-ui/src/main/resources/scatours.composite | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-ui/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-ui/src/main/resources/scatours.composite index acc92c10b2..5dd0d01102 100644 --- a/sandbox/travelsample/contributions/fullapp-ui/src/main/resources/scatours.composite +++ b/sandbox/travelsample/contributions/fullapp-ui/src/main/resources/scatours.composite @@ -51,7 +51,8 @@ </service> <reference name="travelCatalogSearch" target="TravelCatalog/TravelCatalogSearch"/> <reference name="tripBooking" target="TripBooking"/> - <reference name="shoppingCart" target="ShoppingCart"/> + <reference name="cartInitialize" target="ShoppingCart/CartInitialize"/> + <reference name="cartCheckout" target="ShoppingCart/CartCheckout"/> </component> </composite> |