You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/05 12:32:00 UTC

svn commit: r453179 - in /incubator/tuscany/cpp: sca/ sca/doc/css/ sca/samples/BigBank/ sca/samples/Calculator/ sca/samples/PythonCalculator/ sca/samples/RubyBank/ sca/samples/RubyCalculator/ sdo/ sdo/samples/

Author: ajborley
Date: Thu Oct  5 03:31:59 2006
New Revision: 453179

URL: http://svn.apache.org/viewvc?view=rev&rev=453179
Log:
Updated samples documentation and ensured new README.html files are included in Linux build. Also changed references to Axis2C 0.93 to 0.94

Added:
    incubator/tuscany/cpp/sca/samples/BigBank/README   (with props)
    incubator/tuscany/cpp/sca/samples/RubyBank/README   (with props)
Modified:
    incubator/tuscany/cpp/sca/GettingStarted.html
    incubator/tuscany/cpp/sca/doc/css/maven-theme.css
    incubator/tuscany/cpp/sca/samples/BigBank/Makefile.am
    incubator/tuscany/cpp/sca/samples/BigBank/README.html
    incubator/tuscany/cpp/sca/samples/Calculator/Makefile.am
    incubator/tuscany/cpp/sca/samples/Calculator/README
    incubator/tuscany/cpp/sca/samples/Calculator/README.html
    incubator/tuscany/cpp/sca/samples/PythonCalculator/Makefile.am
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
    incubator/tuscany/cpp/sca/samples/RubyBank/Makefile.am
    incubator/tuscany/cpp/sca/samples/RubyBank/README.html
    incubator/tuscany/cpp/sca/samples/RubyCalculator/Makefile.am
    incubator/tuscany/cpp/sca/samples/RubyCalculator/README
    incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html
    incubator/tuscany/cpp/sdo/GettingStarted.html
    incubator/tuscany/cpp/sdo/samples/GettingStarted.html

Modified: incubator/tuscany/cpp/sca/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/GettingStarted.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sca/GettingStarted.html Thu Oct  5 03:31:59 2006
@@ -72,7 +72,7 @@
                </TD>
             </TR>
             <TR CLASS="a">
-               <TD>Axis2C Release 0.93</TD>
+               <TD>Axis2C Release 0.94</TD>
 
                <TD> 
                   <A HREF="http://ws.apache.org/axis2/c/download.cgi"
@@ -126,7 +126,7 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>Build the source with the following command sequence:
                   <UL>
@@ -150,7 +150,7 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>You must have set up the environment for Microsoft Visual C++ tools. The build command 
                   will call vcvars32 to set the environment. Ensure the directory containing this is on your path.

Modified: incubator/tuscany/cpp/sca/doc/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/css/maven-theme.css?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/doc/css/maven-theme.css (original)
+++ incubator/tuscany/cpp/sca/doc/css/maven-theme.css Thu Oct  5 03:31:59 2006
@@ -123,3 +123,12 @@
 #banner {
   border-bottom: 1px solid #fff;
 }
+.sourcecode {
+  border: 1px solid #999;
+  font-family: Courier, monospace;
+  font-size: 13px;
+  white-space: pre;
+  padding: 4px 4px 4px 6px;
+}
+
+

Modified: incubator/tuscany/cpp/sca/samples/BigBank/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/Makefile.am?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/Makefile.am Thu Oct  5 03:31:59 2006
@@ -1,4 +1,4 @@
 deploydir=$(prefix)/samples/BigBank/deploy/configuration/bigbank.accountmanagement
 SUBDIRS = bigbank.account bigbank.client bigbank.wsclient
-EXTRA_DIST = bigbank.accountmanagement
+EXTRA_DIST = bigbank.accountmanagement README.html
 deploy_DATA = bigbank.accountmanagement/bigbank.accountmanagement.composite

Added: incubator/tuscany/cpp/sca/samples/BigBank/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/README?view=auto&rev=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/README (added)
+++ incubator/tuscany/cpp/sca/samples/BigBank/README Thu Oct  5 03:31:59 2006
@@ -0,0 +1,29 @@
+Tuscany SCA for C++ Samples - BigBank Sample
+===============================================
+
+This sample implements the "Simplified BigBank" scenario. A whitepaper 
+describing the scenario based on the SCA 0.9 Assembly specification can be 
+found here. This sample uses multiple C++ components, calls out to an 
+external Web Service via a reference, exposes the service as a Web Service 
+and also provides a PHP based client.
+
+There are five sub projects in this workspace:
+    - bigbank.account
+      This contains the source code and SCDL artifacts for the SCA BigBank 
+      composite implementing the account services.
+
+    - bigbank.accountmanagement
+      This contains the SCDL file describing the configuration of the SCA 
+      BigBank composite deployed to the SCA runtime.
+
+    - bigbank.client
+      A sample client which does a local call to the BigBank service.
+
+    - bigbank.wsclient
+      A sample Axis2 Web Service client which calls the BigBank Web service.
+
+    - bigbank.phpclient
+      A sample PHP client which calls the BigBank Web service and then 
+      deconstructs and displays the result by using the SDO for PHP extension.
+
+See the README.html file for instructions to build and run this sample

Propchange: incubator/tuscany/cpp/sca/samples/BigBank/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/BigBank/README
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/cpp/sca/samples/BigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/README.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/README.html Thu Oct  5 03:31:59 2006
@@ -35,7 +35,7 @@
       <DIV CLASS="section"> 
          <H2>Tuscany SCA for C++ Samples - BigBank Sample</H2> 
 
-         <P>This sample that the "Simplified BigBank" scenario. A whitepaper describing
+         <P>This sample implements the "Simplified BigBank" scenario. A whitepaper describing
             the scenario based on the SCA 0.9 Assembly specification can be found 
             <A HREF="http://www.osoa.org/display/Main/SCA+-+Previously+Published+Specifications">here</A>.
             This sample uses multiple C++ components, calls out to an external Web Service via a reference, 
@@ -96,7 +96,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>Build the C++ samples with the following command sequence:
@@ -139,7 +139,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin
@@ -151,7 +151,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin</LI>
@@ -169,7 +169,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin
@@ -198,7 +198,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>You must have set up the environment for Microsoft Visual C++ tools.
@@ -222,7 +222,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -242,7 +242,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin
@@ -254,7 +254,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin</LI>
@@ -272,7 +272,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/BigBank/deploy/bin

Modified: incubator/tuscany/cpp/sca/samples/Calculator/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Calculator/Makefile.am?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Calculator/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Calculator/Makefile.am Thu Oct  5 03:31:59 2006
@@ -1,4 +1,4 @@
 deploydir=$(prefix)/samples/Calculator/deploy/configuration
 SUBDIRS = sample.calculator sample.calculator.client sample.calculator.wsclient
-EXTRA_DIST = sample.calculator.solution
+EXTRA_DIST = sample.calculator.solution README.html
 deploy_DATA = sample.calculator.solution/sample.calculator.solution.composite

Modified: incubator/tuscany/cpp/sca/samples/Calculator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Calculator/README?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Calculator/README (original)
+++ incubator/tuscany/cpp/sca/samples/Calculator/README Thu Oct  5 03:31:59 2006
@@ -20,4 +20,4 @@
     - sample.calculator.wsclient
       A sample Axis2 Web Service client which calls the Calculator Web service.
 
-
+See the README.html file for instructions to build and run this sample

Modified: incubator/tuscany/cpp/sca/samples/Calculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Calculator/README.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Calculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/Calculator/README.html Thu Oct  5 03:31:59 2006
@@ -87,7 +87,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>Build the C++ samples with the following command sequence:
@@ -130,7 +130,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/bin
@@ -142,7 +142,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/bin</LI>
@@ -161,7 +161,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>You must have set up the environment for Microsoft Visual C++ tools.
@@ -185,7 +185,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -205,7 +205,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/bin
@@ -217,7 +217,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/Calculator/deploy/bin</LI>

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/Makefile.am?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/Makefile.am Thu Oct  5 03:31:59 2006
@@ -1,4 +1,4 @@
 deploydir=$(prefix)/samples/PythonCalculator/deploy/configuration
 SUBDIRS = sample.calculator sample.calculator.client sample.calculator.wsclient
-EXTRA_DIST = sample.calculator.solution
+EXTRA_DIST = sample.calculator.solution README.html
 deploy_DATA = sample.calculator.solution/sample.calculator.solution.composite

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README Thu Oct  5 03:31:59 2006
@@ -20,4 +20,4 @@
     - sample.calculator.wsclient
       A sample Axis2 Web Service client which calls the Calculator Web service.
 
-
+See the README.html file for instructions to build and run this sample

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html Thu Oct  5 03:31:59 2006
@@ -37,7 +37,11 @@
 
          <P>This is a very simple sample to show how an SCA composite can wire 
           together two Python components to implement a Calculator service and expose 
-          that service as a Web Service.
+          that service as a Web Service. 
+         </P>
+         <P>See the <A HREF="../../doc/PythonExtension.html">Python extension</A> 
+          documentation for information about building the Tuscany Python extension 
+          and using Python in SCA composites.
          </P>
          <P>There are four sub projects in this workspace:</P>
          <UL>
@@ -88,7 +92,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As the PythonCalculator sample is based on Python scripts, a specific compilation step is not necessary - 
@@ -111,7 +115,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -131,7 +135,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/bin
@@ -143,7 +147,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/bin</LI>
@@ -162,7 +166,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As this sample is based on Python scripts, a specific compilation step is not necessary - 
@@ -183,7 +187,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -203,7 +207,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/bin
@@ -217,7 +221,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/PythonCalculator/deploy/bin</LI>
@@ -226,9 +230,7 @@
              </LI>
          </OL>                                                  
       </DIV>
-
-
-              
+               
       <DIV CLASS="section"> 
          <A NAME="help"><H2>Getting Help</H2></A>
 

Modified: incubator/tuscany/cpp/sca/samples/RubyBank/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBank/Makefile.am?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBank/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/RubyBank/Makefile.am Thu Oct  5 03:31:59 2006
@@ -1,4 +1,4 @@
 deploydir=$(prefix)/samples/RubyBank/deploy/configuration/bigbank.accountmanagement
 SUBDIRS = bigbank.account bigbank.client
-EXTRA_DIST = bigbank.accountmanagement
+EXTRA_DIST = bigbank.accountmanagement README.html
 deploy_DATA = bigbank.accountmanagement/bigbank.accountmanagement.composite

Added: incubator/tuscany/cpp/sca/samples/RubyBank/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBank/README?view=auto&rev=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBank/README (added)
+++ incubator/tuscany/cpp/sca/samples/RubyBank/README Thu Oct  5 03:31:59 2006
@@ -0,0 +1,22 @@
+Tuscany SCA for C++ Samples - RubyBank Sample
+===============================================
+
+This sample implements the "Simplified BigBank" scenario. A whitepaper 
+describing the scenario based on the SCA 0.9 Assembly specification can be 
+found here. This sample uses multiple Ruby components, calls out to an 
+external Web Service via a reference, exposes the service as a Web Service 
+and also provides a PHP based client.
+
+There are three sub projects in this workspace:
+    - bigbank.account
+      This contains the source code and SCDL artifacts for the SCA BigBank 
+      composite implementing the account services.
+
+    - bigbank.accountmanagement
+      This contains the SCDL file describing the configuration of the SCA 
+      BigBank composite deployed to the SCA runtime.
+
+    - bigbank.client
+      A sample client which does a local call to the BigBank service.
+
+See the README.html file for instructions to build and run this sample

Propchange: incubator/tuscany/cpp/sca/samples/RubyBank/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/RubyBank/README
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/cpp/sca/samples/RubyBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBank/README.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyBank/README.html Thu Oct  5 03:31:59 2006
@@ -35,7 +35,7 @@
       <DIV CLASS="section"> 
          <H2>Tuscany SCA for C++ Samples - RubyBank Sample</H2> 
 
-         <P>This sample that the "Simplified RubyBank" scenario. A whitepaper describing
+         <P>This sample implements the "Simplified RubyBank" scenario. A whitepaper describing
             the scenario based on the SCA 0.9 Assembly specification can be found 
             <A HREF="http://www.osoa.org/display/Main/SCA+-+Previously+Published+Specifications">here</A>.
             This sample uses multiple Ruby components, calls out to an external Web Service via a reference 
@@ -86,7 +86,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As the RubyBank sample is based on Ruby scripts, a specific compilation step is not necessary - 
@@ -130,7 +130,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyBank/deploy/bin
@@ -154,7 +154,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary - 
@@ -175,7 +175,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -195,7 +195,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyBank/deploy/bin

Modified: incubator/tuscany/cpp/sca/samples/RubyCalculator/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyCalculator/Makefile.am?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyCalculator/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/RubyCalculator/Makefile.am Thu Oct  5 03:31:59 2006
@@ -1,4 +1,4 @@
 deploydir=$(prefix)/samples/RubyCalculator/deploy/configuration
 SUBDIRS = sample.calculator sample.calculator.client sample.calculator.wsclient
-EXTRA_DIST = sample.calculator.solution
+EXTRA_DIST = sample.calculator.solution README.html
 deploy_DATA = sample.calculator.solution/sample.calculator.solution.composite

Modified: incubator/tuscany/cpp/sca/samples/RubyCalculator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyCalculator/README?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyCalculator/README (original)
+++ incubator/tuscany/cpp/sca/samples/RubyCalculator/README Thu Oct  5 03:31:59 2006
@@ -20,4 +20,4 @@
     - sample.calculator.wsclient
       A sample Axis2 Web Service client which calls the Calculator Web service.
 
-
+See the README.html file for instructions to build and run this sample

Modified: incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html Thu Oct  5 03:31:59 2006
@@ -88,7 +88,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As the RubyCalculator sample is based on Ruby scripts, a specific compilation step is not necessary - 
@@ -111,7 +111,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -131,7 +131,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/bin
@@ -143,7 +143,7 @@
                 <OL>
                    <LI>The following environment variable is required:                                 
                       <UL>
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/bin</LI>
@@ -162,7 +162,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
              </LI>
              <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary - 
@@ -183,7 +183,7 @@
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL>
              </LI>
              <LI>Run the sample with the following commands:
@@ -203,7 +203,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/bin
@@ -217,7 +217,7 @@
                       <UL>
                         <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
                         <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                      
-                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                        <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                       </UL>
                    </LI>
                    <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/bin</LI>

Modified: incubator/tuscany/cpp/sdo/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/GettingStarted.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sdo/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sdo/GettingStarted.html Thu Oct  5 03:31:59 2006
@@ -80,7 +80,7 @@
                </TD>
             </TR>
             <TR CLASS="a">
-               <TD>Axis2C Release 0.93</TD>
+               <TD>Axis2C Release 0.94</TD>
 
                <TD> 
                   <A HREF="http://ws.apache.org/axis2/c/download.cgi"
@@ -131,7 +131,7 @@
                    LIBXML2_LIB=/usr/lib<BR/>
                    LIBXML2_INCLUDE=/usr/include/libxml2<BR/></LI>
                                                                                                 
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>Build the source with the following command sequence:
                   <UL>
@@ -158,7 +158,7 @@
                    LIBXML2_LIB=/usr/lib<BR/>
                    LIBXML2_INCLUDE=/usr/include/libxml2<BR/></LI>
                                                                                                 
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>Build the source with the following command sequence:
                   <UL>
@@ -186,7 +186,7 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>LIBXML2_HOME=&lt;path to installed libxml2&gt;<BR/>
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>You must have set up the environment for Microsoft Visual C++ tools. The build command 
                   will call vcvars32 to set the environment. Ensure the directory containing this is on your path.
@@ -208,7 +208,7 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>LIBXML2_HOME=&lt;path to installed libxml2&gt;<BR/>
-                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.93&gt;</LI>
+                  <LI>AXIS2C_HOME=&lt;path to axis2c version 0.94&gt;</LI>
                 </UL></LI>
               <LI>You must have set up the environment for Microsoft Visual C++ tools. The build command 
                   will call vcvars32 to set the environment. Ensure the directory containing this is on your path.

Modified: incubator/tuscany/cpp/sdo/samples/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/GettingStarted.html?view=diff&rev=453179&r1=453178&r2=453179
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sdo/samples/GettingStarted.html Thu Oct  5 03:31:59 2006
@@ -32,7 +32,7 @@
 <DIV ID="bodyColumn"> 
    <DIV ID="contentBox"> 
       <DIV CLASS="section"> 
-         <H2>Tuscany Samples - Getting Started - SDO C++ Milestone release 1</H2> 
+         <H2>Tuscany Samples - Getting Started - SDO C++ Milestone release 2</H2> 
 
          <P>Tuscany SDO C++ includes some simple technology samples that demonstrate some of the basic sceanrios for C++ SDO. 
             This page describes the samples and what is needed to install and run them.
@@ -217,15 +217,10 @@
 
                   <P>Thank you for your interest in Tuscany.</P> <STRONG><EM>-The
                   Tuscany Development Team</EM></STRONG> 
-
-                  <P></P>
-
                </TD>
             </TR>
             </TBODY>
          </TABLE>
-
-         <P></P>
       </DIV>
    </DIV>
 </DIV>



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