You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/01/04 22:54:24 UTC

svn commit: r492768 - in /incubator/tuscany/site: site-author/java-projects.xml site-author/java_das_overview.xml site-author/java_sca_overview.xml site-publish/java-projects.html site-publish/java_das_overview.html site-publish/java_sca_overview.html

Author: lresende
Date: Thu Jan  4 13:54:24 2007
New Revision: 492768

URL: http://svn.apache.org/viewvc?view=rev&rev=492768
Log:
TUSCANY-1025

Modified:
    incubator/tuscany/site/site-author/java-projects.xml
    incubator/tuscany/site/site-author/java_das_overview.xml
    incubator/tuscany/site/site-author/java_sca_overview.xml
    incubator/tuscany/site/site-publish/java-projects.html
    incubator/tuscany/site/site-publish/java_das_overview.html
    incubator/tuscany/site/site-publish/java_sca_overview.html

Modified: incubator/tuscany/site/site-author/java-projects.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-author/java-projects.xml?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-author/java-projects.xml (original)
+++ incubator/tuscany/site/site-author/java-projects.xml Thu Jan  4 13:54:24 2007
@@ -234,18 +234,40 @@
             <p></p>
         </section>
         
-        <section name ="Running The Samples">
-            <p>Run the samples by building the distribution.</p>
-            <ul>
-                <li>Change the directory to the tuscany\java\distribution</li>
-                <li>Run build-dist.bat (for win32 platforms), or build-dist.sh (for linux)</li>
-                <li>Change the directory tuscany\java\distribution\target\tuscany-dist</li>
-                <li>
-
-                    Follow the directions in
-                    <a href='samples/java/GettingStarted.htm#Starting the Server' target='_blank'>GettingStarted.htm</a>
-                    .</li>
-            </ul>
+        <section name ="Running the Samples">
+            <p>The samples for Tuscany fall into two categories.</p>
+			<ul>
+			<li>Sample applications that use a mix of the Tuscany technologies SCA, SDO and DAS.  These samples show how
+			     SCA, SDO and DAS can be combined to create service-oriented applications that implement business scenarios.</li>
+			<li>Technology samples for each of the Tuscany technologies SCA, SDO and DAS.  These samples illustrate
+			     specific technical features of SCA, SDO and DAS and show how they can be used by an application developer.</li>
+			</ul>
+			<p>The sample applications are in the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/sampleapps">
+			    java/sampleapps</a> module.  See the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/sampleapps/readme.htm">
+				Sample Applications readme</a> for instructions on how to build and run them.</p>
+			<p>For information on building and running the technology samples for SCA, SDO and DAS, visit the following pages:</p>
+            <table border="0" width="100%">
+                <tbody>
+                    <tr>
+                        <td width="3%"></td>
+                        <td width="97%">
+                            <a href="java_sca_overview.html">Tuscany Java SCA</a>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td width="3%"></td>
+                        <td width="97%">
+                            <a href="java_sdo_overview.html">Tuscany Java SDO</a>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td width="3%"></td>
+                        <td width="97%">
+                            <a href="java_das_overview.html">Tuscany Java DAS</a>
+                        </td>
+                    </tr>
+                </tbody>
+            </table>
 
         </section>
         
@@ -266,8 +288,7 @@
             location outside your eclipse workspace (it has to be outside because Eclipse 
             will not allow you to import projects from a location overlapping with your 
             workspace)</p>
-            <p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]-->2) 
-            Go to Import / Existing projects into workspace.
+            <p>2) Go to Import / Existing projects into workspace.
                 <span style="" />
                 Select either the runtime, spec, tools or samples directory.
                 <span style="" />
@@ -343,4 +364,5 @@
         </section>
     </body>
 </document>
+
 

Modified: incubator/tuscany/site/site-author/java_das_overview.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-author/java_das_overview.xml?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-author/java_das_overview.xml (original)
+++ incubator/tuscany/site/site-author/java_das_overview.xml Thu Jan  4 13:54:24 2007
@@ -170,6 +170,7 @@
 
 
    <section name="Running DAS Samples">
+
       <p>DAS provide sample a CompanyWeb scenario where it exposes some of the DAS Features integrated in a J2EE webapp.</p>
       <p>Follow the steps below to be able to run the samples in a J2EE webserver (in our case Apache Tomcat)</p>
       
@@ -192,6 +193,8 @@
             <li><p>mvn tomcat:deploy</p></li>
          </ul>
       </ul>
+
+      <p>There are also some sample applications that use a mix of SCA, SDO and DAS.  See "Running the Samples" on the <a href="java-projects.html#Running the Samples">Java project page</a> for details.</p>
       
       <p><strong>From a DAS Sample distribution (starting with M2)</strong>:</p>
       

Modified: incubator/tuscany/site/site-author/java_sca_overview.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-author/java_sca_overview.xml?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-author/java_sca_overview.xml (original)
+++ incubator/tuscany/site/site-author/java_sca_overview.xml Thu Jan  4 13:54:24 2007
@@ -72,12 +72,18 @@
 </ol>
 
 <h3>Building and Running the Samples</h3>
+<p>To build and run the samples in the release distribution, proceed as follows.</p>
 <ol>
 <li>Download the samples distribution tuscany-spec-sca-r0.95-incubator-M2-samples.tar.gz or tuscany-spec-sca-r0.95-incubator-M2-samples.zip.</li>
 <li>Create a new empty directory and unpack the samples distribution into that directory.</li>
 <li>Change directory to the newly created directory and run "mvn -N install".  This will install the samples parent pom.xml file into your local maven repository.</li>
 <li>Follow the instructions in the readme.html files for the various samples.</li>
 </ol>
+<p>The SCA-related samples in the latest Tuscany Java source tree in the subversion repository have been divided into two categories:</p>
+<ul>
+<li>Sample applications that use a mix of SCA, SDO and DAS.  See "Running the Samples" on the <a href="java-projects.html#Running the Samples">Java project page</a> for details.</li>
+<li>Technology samples that illustrate specific technical features of SCA and show how they can be used by an application developer.  These are in the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/samples/sca">java/samples/sca</a> module.</li>
+</ul>
    
 <h3>Tuscany SCA Java M2 files available from maven</h3>
 <p>The following Tuscany SCA Java M2 files have been published to the public maven repository <a href="http://people.apache.org/repo/m2-incubating-repository/" title="http://people.apache.org/repo/m2-incubating-repository/">http://people.apache.org/repo/m2-incubating-repository/</a>
@@ -216,4 +222,5 @@
 </section>
 </body>
 </document>
+
 

Modified: incubator/tuscany/site/site-publish/java-projects.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/java-projects.html?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-publish/java-projects.html (original)
+++ incubator/tuscany/site/site-publish/java-projects.html Thu Jan  4 13:54:24 2007
@@ -1096,7 +1096,7 @@
               <tr>
                   <td background="images/NavBarLS.png" width="8"></td>
                   <td align="center" background="images/NavBarM.png">
-                        <a name="Running The Samples">Running The Samples</a>
+                        <a name="Running the Samples">Running the Samples</a>
                   </td>
                   <td width="8" height="4" background="images/NavBarRS.png" ></td>
               </tr>
@@ -1118,17 +1118,39 @@
               <tr>
                   <td background="images/ContentBoxLS.png" width="8"></td>
                   <td align="left">
-                                                 <p>Run the samples by building the distribution.</p> 
+                                                 <p>The samples for Tuscany fall into two categories.</p> 
                                                          <ul>
-                <li>Change the directory to the tuscany\java\distribution</li>
-                <li>Run build-dist.bat (for win32 platforms), or build-dist.sh (for linux)</li>
-                <li>Change the directory tuscany\java\distribution\target\tuscany-dist</li>
-                <li>
-
-                    Follow the directions in
-                    <a href="samples/java/GettingStarted.htm#Starting the Server" target="_blank">GettingStarted.htm</a>
-                    .</li>
-            </ul> 
+			<li>Sample applications that use a mix of the Tuscany technologies SCA, SDO and DAS.  These samples show how
+			     SCA, SDO and DAS can be combined to create service-oriented applications that implement business scenarios.</li>
+			<li>Technology samples for each of the Tuscany technologies SCA, SDO and DAS.  These samples illustrate
+			     specific technical features of SCA, SDO and DAS and show how they can be used by an application developer.</li>
+			</ul> 
+                                                         <p>The sample applications are in the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/sampleapps">
+			    java/sampleapps</a> module.  See the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/sampleapps/readme.htm">
+				Sample Applications readme</a> for instructions on how to build and run them.</p> 
+                                                         <p>For information on building and running the technology samples for SCA, SDO and DAS, visit the following pages:</p> 
+                                                         <table border="0" width="100%">
+                <tbody>
+                    <tr>
+                        <td width="3%" />
+                        <td width="97%">
+                            <a href="java_sca_overview.html">Tuscany Java SCA</a>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td width="3%" />
+                        <td width="97%">
+                            <a href="java_sdo_overview.html">Tuscany Java SDO</a>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td width="3%" />
+                        <td width="97%">
+                            <a href="java_das_overview.html">Tuscany Java DAS</a>
+                        </td>
+                    </tr>
+                </tbody>
+            </table> 
                                               </td>
                   <td width="8" height="4" background="images/ContentBoxRS.png" >
                   </td>
@@ -1197,8 +1219,7 @@
             location outside your eclipse workspace (it has to be outside because Eclipse 
             will not allow you to import projects from a location overlapping with your 
             workspace)</p> 
-                                                         <p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]-->2) 
-            Go to Import / Existing projects into workspace.
+                                                         <p>2) Go to Import / Existing projects into workspace.
                 <span style="" />
                 Select either the runtime, spec, tools or samples directory.
                 <span style="" />

Modified: incubator/tuscany/site/site-publish/java_das_overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/java_das_overview.html?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-publish/java_das_overview.html (original)
+++ incubator/tuscany/site/site-publish/java_das_overview.html Thu Jan  4 13:54:24 2007
@@ -801,6 +801,7 @@
             <li><p>mvn tomcat:deploy</p></li>
          </ul>
       </ul> 
+                                                         <p>There are also some sample applications that use a mix of SCA, SDO and DAS.  See "Running the Samples" on the <a href="java-projects.html#Running the Samples">Java project page</a> for details.</p> 
                                                          <p><strong>From a DAS Sample distribution (starting with M2)</strong>:</p> 
                                                          <ul>
          <li><p>Download a das-sample distribution from http://incubator.apache.org/tuscany/downloads.html</p></li>

Modified: incubator/tuscany/site/site-publish/java_sca_overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/java_sca_overview.html?view=diff&rev=492768&r1=492767&r2=492768
==============================================================================
--- incubator/tuscany/site/site-publish/java_sca_overview.html (original)
+++ incubator/tuscany/site/site-publish/java_sca_overview.html Thu Jan  4 13:54:24 2007
@@ -553,12 +553,18 @@
 <li>cd to the sca subdirectory and run "mvn" from this directory.  This will install the Tuscany SCA Java jars in your local Maven repository.  It also assembles a binary distribution in the "distribution" module under the sca directory.</li>
 </ol> 
                                                          <h3>Building and Running the Samples</h3> 
+                                                         <p>To build and run the samples in the release distribution, proceed as follows.</p> 
                                                          <ol>
 <li>Download the samples distribution tuscany-spec-sca-r0.95-incubator-M2-samples.tar.gz or tuscany-spec-sca-r0.95-incubator-M2-samples.zip.</li>
 <li>Create a new empty directory and unpack the samples distribution into that directory.</li>
 <li>Change directory to the newly created directory and run "mvn -N install".  This will install the samples parent pom.xml file into your local maven repository.</li>
 <li>Follow the instructions in the readme.html files for the various samples.</li>
 </ol> 
+                                                         <p>The SCA-related samples in the latest Tuscany Java source tree in the subversion repository have been divided into two categories:</p> 
+                                                         <ul>
+<li>Sample applications that use a mix of SCA, SDO and DAS.  See "Running the Samples" on the <a href="java-projects.html#Running the Samples">Java project page</a> for details.</li>
+<li>Technology samples that illustrate specific technical features of SCA and show how they can be used by an application developer.  These are in the <a href="http://svn.apache.org/repos/asf/incubator/tuscany/java/samples/sca">java/samples/sca</a> module.</li>
+</ul> 
                                                          <h3>Tuscany SCA Java M2 files available from maven</h3> 
                                                          <p>The following Tuscany SCA Java M2 files have been published to the public maven repository <a href="http://people.apache.org/repo/m2-incubating-repository/" title="http://people.apache.org/repo/m2-incubating-repository/">http://people.apache.org/repo/m2-incubating-repository/</a>
 and will be downloaded automatically by maven as needed.</p> 



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