apache-tuscany/branches/sca-java-1.5/tutorials/store
2009-05-18 05:23:38 +00:00
..
assets Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
catalog-ejb Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
catalog-mediation Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
catalog-webapp Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
domain Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-client Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-db Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-eu Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-market Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-mashup Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-merger Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-supplier Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
store-test Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
web-services Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
pom.xml Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
README Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00
Tutorial.pdf Create 1.5 release branch from current 1.x trunk 2009-05-16 08:53:06 +00:00

Store Tutorial
======================================

This is a tutorial that shows how to use SCA and Tuscany to build multiple
variations of an online Store application.

For an overview of the scenarios covered here, please refer to Tutorial.pdf.

For more detailed information, please see:

http://incubator.apache.org/tuscany/sca-java-tutorial.html


Running The Tutorial Application
--------------------------------

Start the SCA Domain Manager:
   cd domain
   java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain

To access the SCA Manager application, point your Web browser to:
   http://localhost:9990/ui/cloud/

Select the node you want to start (e.g StoreNode), then click the Start button.
Note that the distribution does not include a prebuilt .war file for the catalog-webapp
so before you can start the store node you need to first build this by going the the 
store/catalog-webapp folder and running

  ant compile

You should now be able to access the online Store application. Point your Web
browser to:
   http://localhost:8100/ui/