You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ad...@apache.org on 2007/06/10 09:46:32 UTC

svn commit: r545854 - in /incubator/tuscany/java/das/samples: companyweb/readme.htm dbconfig/readme.html sample-ajax-das/readme.htm testing/tomcat/build.xml testing/tomcat/readme.htm

Author: adrianocrestani
Date: Sun Jun 10 00:46:31 2007
New Revision: 545854

URL: http://svn.apache.org/viewvc?view=rev&rev=545854
Log:
- fixed some links that were pointing to old tuscany website on samples' readme
- updated tomcat version number and download links on samples' readme

Modified:
    incubator/tuscany/java/das/samples/companyweb/readme.htm
    incubator/tuscany/java/das/samples/dbconfig/readme.html
    incubator/tuscany/java/das/samples/sample-ajax-das/readme.htm
    incubator/tuscany/java/das/samples/testing/tomcat/build.xml
    incubator/tuscany/java/das/samples/testing/tomcat/readme.htm

Modified: incubator/tuscany/java/das/samples/companyweb/readme.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/readme.htm?view=diff&rev=545854&r1=545853&r2=545854
==============================================================================
--- incubator/tuscany/java/das/samples/companyweb/readme.htm (original)
+++ incubator/tuscany/java/das/samples/companyweb/readme.htm Sun Jun 10 00:46:31 2007
@@ -437,7 +437,7 @@
 <p class=MsoNormal>So, this simple application covers all CRUD operations as
 well as the some relationship manipulation (adding a Department associates that
 Department with the Company).<span style='mso-spacerun:yes'>  </span>The sample
-runs on Tomcat 5.5 and employs a <st1:City><st1:place>Derby</st1:place></st1:City>
+runs on Tomcat 6.0 and employs a <st1:City><st1:place>Derby</st1:place></st1:City>
 database accessed via a DataSource.</p>
 
 <h1>Running the sample</h1>
@@ -474,7 +474,7 @@
 1) downloaded the Tuscany sample distribution or 2) Downloaded the Tuscany
 source and run our maven build, see the following link to more details steps on
 how to build DAS Sample applications <a
-href="http://incubator.apache.org/tuscany/java_das_overview.html">http://incubator.apache.org/tuscany/java_das_overview.html</a>
+href="http://incubator.apache.org/tuscany/das-java-developer-guide.html">http://incubator.apache.org/tuscany/das-java-developer-guide.html</a>
 .</p>
 
 <h1><span style='font-size:12.0pt;mso-bidi-font-size:16.0pt;font-family:"Times New Roman";
@@ -482,9 +482,9 @@
 
 <ol style='margin-top:0in' start=1 type=1>
  <li class=MsoNormal style='mso-list:l4 level1 lfo9;tab-stops:list .5in'>Download
-     and install the most recent stable version of Tomcat 5.5.<span
+     and install the most recent stable version of Tomcat 6.0.<span
      style='mso-spacerun:yes'>  </span>You can find it here: <a
-     href="http://tomcat.apache.org/download-55.cgi">http://tomcat.apache.org/download-55.cgi</a></li>
+     href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi</a></li>
  <li class=MsoNormal style='mso-list:l4 level1 lfo9;tab-stops:list .5in'>Download
      the most recent official release of <st1:City><st1:place>Derby</st1:place></st1:City>
      from here: <a href="http://db.apache.org/derby/index.html">http://db.apache.org/derby/index.html</a>.<span
@@ -572,7 +572,7 @@
 
 <p class=MsoNormal style='margin-left:.5in'><u3:p>&nbsp;</u3:p></p>
 
-<pre><span style='mso-spacerun:yes'>         </span><span class=SpellE>url</span>=&quot;jdbc:derby:c:\apache-tomcat-5.5.17\Databases/dastest&quot;/&gt;<o:p></o:p></pre><u3:p></u3:p>
+<pre><span style='mso-spacerun:yes'>         </span><span class=SpellE>url</span>=&quot;jdbc:derby:c:\apache-tomcat-6.0.13\Databases/dastest&quot;/&gt;<o:p></o:p></pre><u3:p></u3:p>
 
 <p class=MsoNormal style='margin-left:.5in'><span
 style='mso-spacerun:yes'> </span></p>

Modified: incubator/tuscany/java/das/samples/dbconfig/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/dbconfig/readme.html?view=diff&rev=545854&r1=545853&r2=545854
==============================================================================
--- incubator/tuscany/java/das/samples/dbconfig/readme.html (original)
+++ incubator/tuscany/java/das/samples/dbconfig/readme.html Sun Jun 10 00:46:31 2007
@@ -318,7 +318,7 @@
 tables will be considered for creation, data population. This <o:p></o:p></span></p>
 
 <p class=MsoNormal><u3:p><span class=GramE>gives</span> flexibility to the user
-to chose the required set of tables based on the sample's requirement. It also
+to choose the required set of tables based on the sample's requirement. It also
 needs to specify in the attributes, the Create SQL command used to create this
 table. &lt;<span class=GramE>table</span>&gt; has sequence element &lt;row&gt;
 which is used to provide the data to be populated in the table.<br

Modified: incubator/tuscany/java/das/samples/sample-ajax-das/readme.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/sample-ajax-das/readme.htm?view=diff&rev=545854&r1=545853&r2=545854
==============================================================================
--- incubator/tuscany/java/das/samples/sample-ajax-das/readme.htm (original)
+++ incubator/tuscany/java/das/samples/sample-ajax-das/readme.htm Sun Jun 10 00:46:31 2007
@@ -344,8 +344,8 @@
 
 <p class=MsoNormal><span style='font-size:11.0pt;font-family:Arial'>The
 application user can navigate the menu to see examples of different DAS
-features. <br>The application user “dbsetup” utility to create canned Derby database 
-with required tables and populate initial data in them. 
+features. <br>The application user “dbsetup” utility to create canned Derby database
+with required tables and populate initial data in them.
 For refreshing database data to initial state, user can click on Refresh Button.
 <br>
 <span style='mso-spacerun:yes'>  </span><o:p></o:p></span></p>
@@ -430,8 +430,7 @@
 style='mso-spacerun:yes'>  </span>These instructions assume that you have
 either 1) downloaded the Tuscany sample distribution or 2) Downloaded the
 Tuscany source and run our maven build, see the following link to more details
-steps on how to build DAS Sample applications <a
-href="http://incubator.apache.org/tuscany/java_das_overview.html">http://incubator.apache.org/tuscany/java_das_overview.html</a>
+steps on how to build DAS Sample applications <a target="_blank" href="http://incubator.apache.org/tuscany/das-java-developer-guide.html">http://incubator.apache.org/tuscany/das-java-developer-guide.html</a>
 .<o:p></o:p></span></p>
 
 <p class=MsoNormal style='margin-top:12.0pt;margin-right:0in;margin-bottom:
@@ -444,7 +443,7 @@
      style='font-size:11.0pt;font-family:Arial;mso-fareast-font-family:"Times New Roman"'>Download
      and install the most recent stable version of Tomcat 5.5 or Tomcat 6.<span
      style='mso-spacerun:yes'>  </span>You can find it here: <a
-     href="http://tomcat.apache.org/download-55.cgi">http://tomcat.apache.org/download-55.cgi</a>
+     href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi</a>
      <o:p></o:p></span></li>
  <li class=MsoNormal style='mso-list:l4 level1 lfo6;tab-stops:list .5in'><span
      style='font-size:11.0pt;font-family:Arial;mso-fareast-font-family:"Times New Roman"'>Download
@@ -542,7 +541,7 @@
 
 <p class=MsoNormal style='tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt'><span
 style='font-size:11.0pt;font-family:Arial;mso-fareast-font-family:"Times New Roman"'><span
-style='mso-spacerun:yes'>         </span><span class=SpellE>url</span>=&quot;jdbc:derby:c:\apache-tomcat-5.5.17\Databases/dastest&quot;/&gt;<o:p></o:p></span></p>
+style='mso-spacerun:yes'>         </span><span class=SpellE>url</span>=&quot;jdbc:derby:c:\apache-tomcat-6.0.13\Databases/dastest&quot;/&gt;<o:p></o:p></span></p>
 
 <p class=MsoNormal style='margin-left:.5in'><span style='font-size:11.0pt;
 font-family:Arial;mso-fareast-font-family:"Times New Roman"'><o:p>&nbsp;</o:p></span></p>

Modified: incubator/tuscany/java/das/samples/testing/tomcat/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/build.xml?view=diff&rev=545854&r1=545853&r2=545854
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/build.xml (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/build.xml Sun Jun 10 00:46:31 2007
@@ -22,7 +22,7 @@
         <property file="${user.home}/tuscany/build.properties" />
         <property file="${user.home}/build.properties" />
 
-        <property name="tuscany.acceptance.tomcat.version" value='6.0.10' />
+        <property name="tuscany.acceptance.tomcat.version" value='6.0.13' />
         <condition property="tuscany.acceptance.tomcat.zipped" value='apache-tomcat-${tuscany.acceptance.tomcat.version}.zip'>
             <os family="windows"/>
         </condition>

Modified: incubator/tuscany/java/das/samples/testing/tomcat/readme.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/readme.htm?view=diff&rev=545854&r1=545853&r2=545854
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/readme.htm (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/readme.htm Sun Jun 10 00:46:31 2007
@@ -30,14 +30,15 @@
 &nbsp; &nbsp;Most of the following only needs to be done once
 unless noted otherwise.<br>
 <ul>
-<li>Follow the steps to build Tuscany DAS Companyweb sample application from <a target="_blank" href="http://incubator.apache.org/tuscany/java_das_overview.html">Tuscany DAS Java Overview</a>.</li>
+<li>Be sure JAVA_HOME variable is pointing to a Java JDK directory.</li>
+<li>Follow the steps to build Tuscany DAS Companyweb sample application from <a target="_blank" href="http://incubator.apache.org/tuscany/das-java-developer-guide.html">DAS Java Developer Guide</a>.</li>
 
 <li>Change directory
 to <span style="font-weight: bold;">java/das/samples/testing/tomcat</span>.</li>
 
 <li>Download
-Tomcat Core 5.5.<span style="font-style: italic;"><span style="color: rgb(255, 102, 102);">xx</span>&nbsp;</span>zip
-for Windows or &nbsp;tar.gz for Linux &nbsp;from <a href="http://tomcat.apache.org/download-55.cgi" target="_blank">Apache
+Tomcat Core 6.0.<span style="font-style: italic;"><span style="color: rgb(255, 102, 102);">xx</span>&nbsp;</span>zip
+for Windows or &nbsp;tar.gz for Linux &nbsp;from <a href="http://tomcat.apache.org/download-60.cgi" target="_blank">Apache
 Tomcat</a>.</li>
 
 <li>You can place the tomcat distribution in your java/samples/das/testing/tomcat directory or, alternatively, you can create/edit {user home}/build.properties to
@@ -62,7 +63,21 @@
 running HTML unit tests that should closely match running the samples
 as a user would.</li></ul>If all goes well at the end you
 should see:<br>
-<pre>[INFO] ----------------------------------------------------------------------------<br>[INFO] Reactor Summary:<br>[INFO] ----------------------------------------------------------------------------<br>[INFO] Tuscany Testing in Tomcat .............................. SUCCESS [0.340s]<br>[INFO] Tuscany Testing Tomcat DAS Sample - Companyweb ......... SUCCESS [48.350s]<br>[INFO] ----------------------------------------------------------------------------<br>[INFO] ----------------------------------------------------------------------------<br>[INFO] BUILD SUCCESSFUL<br>[INFO] ----------------------------------------------------------------------------<br>[INFO] Total time: 49 seconds<br>[INFO] Finished at: Tue Aug 08 15:30:28 EDT 2006<br>[INFO] Final Memory: 7M/15M<br>[INFO] ----------------------------------------------------------------------------<br><br></pre><h3>Cleanup</h3>Close
+<pre>[INFO] ----------------------------------------------------------------------------
+[INFO] Reactor Summary:
+[INFO] ----------------------------------------------------------------------------
+[INFO] Tuscany Testing in Tomcat .............................. SUCCESS [0.961s]
+[INFO] Tuscany Testing Tomcat DAS Sample - Companyweb ......... SUCCESS [1:09.771s]
+[INFO] Tuscany Testing Ajax DAS Web Sample .................... SUCCESS [47.458s]
+[INFO] ----------------------------------------------------------------------------
+[INFO] ----------------------------------------------------------------------------
+[INFO] BUILD SUCCESSFUL<br>
+[INFO] ----------------------------------------------------------------------------
+[INFO] Total time:  1 minute 59 seconds
+[INFO] Finished at: Sun Jun 10 01:23:19 VET 2007
+[INFO] Final Memory: 9M/17M
+[INFO] ----------------------------------------------------------------------------<br>
+</pre><h3>Cleanup</h3>Close
 the Tomcat window and issue <code>mvn clean</code>.<p><b><font size="4">Note</font></b></p>
 <p>Because the html unit tests execute multiple user actions that change the contents of the database tables, is recommended
 that you always run these tests in a clean environment (after a mvn clean),



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