You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/03/31 23:53:17 UTC

svn commit: r643167 - /incubator/tuscany/branches/sca-java-1.2/tutorial/README

Author: jsdelfino
Date: Mon Mar 31 14:53:09 2008
New Revision: 643167

URL: http://svn.apache.org/viewvc?rev=643167&view=rev
Log:
Minor fixes to the README and added a link to a page with a detailed description of the tutorial (to be added later).

Modified:
    incubator/tuscany/branches/sca-java-1.2/tutorial/README

Modified: incubator/tuscany/branches/sca-java-1.2/tutorial/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/README?rev=643167&r1=643166&r2=643167&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/tutorial/README (original)
+++ incubator/tuscany/branches/sca-java-1.2/tutorial/README Mon Mar 31 14:53:09 2008
@@ -1,31 +1,29 @@
 Store Tutorial
 ======================================
 
-This is a tutorial that demonstrate multiple variations
-of our Store. For more details on the scenarios covered
-here, please refer to Tutorial.pdf
+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.
 
-Building And Running The Sample Using Ant
------------------------------------------
+For more detailed information, please see:
 
+http://incubator.apache.org/tuscany/sca-java-tutorial.html
 
-cd domain
-java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain
 
-Then, access the admin ui 
+Running The Tutorial Application
+--------------------------------
 
-On Windows, point your browser to
-   http://localhost:9990/ui/cloud/
-or if you use Linux
-   http://localhost.localdomain:9990/ui/cloud/
+Start the SCA Domain Manager:
+   cd domain
+   java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain
 
-Select the node you want to start (e.g StoreNode), and then click start button
+To access the SCA Manager application, point your Web browser to:
+   http://localhost:9990/ui/cloud/
 
-You should now be able to access the store ui
+Select the node you want to start (e.g StoreNode), then click the Start button.
 
-On windows, point your browser to
+You should now be able to access the online Store application. Point your Web
+browser to:
    http://localhost:8100/ui/
-or if you use Linux
-   http://localhost.localdomain:8100/ui/
 



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