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 2006/11/27 22:41:19 UTC

svn commit: r479772 - in /incubator/tuscany/cpp/sca/samples/RestCalculator: README sample.calculator/runwsserver.bat sample.calculator/runwsserver.sh

Author: jsdelfino
Date: Mon Nov 27 13:41:18 2006
New Revision: 479772

URL: http://svn.apache.org/viewvc?view=rev&rev=479772
Log:
Cleaned up REST Calculator sample

Removed:
    incubator/tuscany/cpp/sca/samples/RestCalculator/sample.calculator/runwsserver.bat
    incubator/tuscany/cpp/sca/samples/RestCalculator/sample.calculator/runwsserver.sh
Modified:
    incubator/tuscany/cpp/sca/samples/RestCalculator/README

Modified: incubator/tuscany/cpp/sca/samples/RestCalculator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RestCalculator/README?view=diff&rev=479772&r1=479771&r2=479772
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RestCalculator/README (original)
+++ incubator/tuscany/cpp/sca/samples/RestCalculator/README Mon Nov 27 13:41:18 2006
@@ -1,22 +1,20 @@
 Tuscany SCA for C++ Samples - REST Calculator Sample
 ===============================================
 
-TODO update this doc???
-
-This is a very simple sample to show how an SCA composite can wire together
-two components to implement a Calculator service and expose that service as
-a Web Service.
+This is a very simple sample to show how to use the SCA REST binding to
+expose a Calculator service as a REST service and invoke that service.
 
 There are three sub projects in this workspace:
     - sample.calculator
       This contains the source code and SCDL artifacts for the SCA Calculator.
       composite implementing the sample Calculator.
 
-    - sample.calculator.client
-      A sample client which does a local call to the Calculator service.
+    - sample.calculator.restclient
+      A sample REST client which calls the Calculator service.
 
-    - sample.calculator.wsclient
-      A sample Axis2 Web Service client which calls the Calculator Web service.
+    - httpserver
+      This contains a minimal configuration for the Apache HTTP server used
+      to host the REST service as well as scripts to start and stop the server.
 
 Additionally, there is the sample.calculator.app.composite file. This 
 describes the configuration of the SCA Calculator composite deployed to the 



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