You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2002/12/24 02:20:58 UTC

cvs commit: jakarta-struts/doc/resources projects.xml tutorials.xml views.xml

jmitchell    2002/12/23 17:20:58

  Modified:    doc/resources projects.xml tutorials.xml views.xml
  Log:
  Fix a few typos
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-struts/doc/resources/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/projects.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- projects.xml	31 Aug 2002 13:20:22 -0000	1.4
  +++ projects.xml	24 Dec 2002 01:20:57 -0000	1.5
  @@ -14,7 +14,7 @@
   <p><a href="http://www.ajug.org/meetings/download/struts_demo.zip"><b>AJUG Presentation Demo Application</b></a> by Chuck Cavaness - The demo application uses OJB and Hypersonic.</p>
   <p><a href="http://geocities.yahoo.com/dominique_plante/sdstuff/strutsGuessingGame1.0.zip"><b>Struts Guessing Game v1.0</b></a> by Dominique Plante - A guessing game written with Struts like the one that comes with Tomcat's examples, includes sources, ANT build script and a Struts jar distribution</p>
   <p><a href="http://chiki.emaho.org/"><b>Chiki</b></a> by GhootEmaho - A Wiki-like webapp built using Struts and J2EE,  and runs on Tomcat.</p>
  -<p><a href="http://sourceforge.net/projects/struts"><b>Artimus</b></a> by Ted  Husted - News poster application. Demonstrates using beans beans and a JDBC database with Struts, along with other niceties. WAR zipped for download. Uses Scaffold package. See WEB-INF/README.txt for setup.</p>
  +<p><a href="http://sourceforge.net/projects/struts"><b>Artimus</b></a> by Ted  Husted - News poster application. Demonstrates using beans and a JDBC database with Struts, along with other niceties. WAR zipped for download. Uses Scaffold package. See WEB-INF/README.txt for setup.</p>
   <p><a href="http://husted.com/struts/resources/scaffold.zip"><b>Scaffold</b></a> by Ted Husted - Utility package of classes that can be used with various Web applications.</p>
   <p><a href="http://husted.com/struts/resources/polls-20011024.zip"><b>Struts Polls</b></a> by Ted Husted - Simple poll application. Demonstrates using a database with Struts.</p>
   <p><a href="http://www.raibledesigns.com/struts/"><b>Struts-example modified for iPlanet Application Server SP2</b></a> by Matt Raible.</p>
  
  
  
  1.10      +1 -1      jakarta-struts/doc/resources/tutorials.xml
  
  Index: tutorials.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/tutorials.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tutorials.xml	12 Dec 2002 02:05:30 -0000	1.9
  +++ tutorials.xml	24 Dec 2002 01:20:57 -0000	1.10
  @@ -11,7 +11,7 @@
   
   <section name="Tutorials">
   <p><a href="http://javaboutique.internet.com/tutorials/Swing/">Struts meets Swing</a> by Keld H. Hansen - Learn how to add a Swing client to your Struts application.</p>
  -<p><a href="http://www.projectrefinery.com/struts.html">Introduction to Struts</a> by Roger W. Barnes - PowerPoint Presentation reivewing the basics of the Struts was architecture.</p>    
  +<p><a href="http://www.projectrefinery.com/struts.html">Introduction to Struts</a> by Roger W. Barnes - PowerPoint Presentation reviewing the basics of the Struts was architecture.</p>    
   <p><a href="http://www.projectrefinery.com/struts.html">Struts Cross-Reference</a> by Roger W. Barnes - (PDF) Shows how the struts-config of the Struts MailReader example relates to its Java classes and JavaServer Pages.</p>
   <p><a href="http://www.fawcette.com/javapro/2002_07/online/kjones/"><b>Create Better Web Apps with Struts</b></a> by Kevin Jones.</p>
   <p><a href="http://javaboutique.internet.com/tutorials/Struts/"><b>Stepping through Jakarta Struts</b></a> by Keld H. Hansen.</p>
  
  
  
  1.3       +1 -1      jakarta-struts/doc/resources/views.xml
  
  Index: views.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/views.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- views.xml	7 Nov 2002 16:54:01 -0000	1.2
  +++ views.xml	24 Dec 2002 01:20:57 -0000	1.3
  @@ -16,7 +16,7 @@
   <p><a href="http://www.openroad.ca/opencode/"><b>Stxx</b></a> - Stxx is an extension to Struts, extending its existing functionality to help Action classes to return XML            that will be transformed by an XSL file.</p>
   <p><a href="http://xsltgenerator.sourceforge.net/"><b>Struts XSLT Code Generator</b></a> by Shengmeng Liu - An XSLT based code generator for Struts, completely based on the XSLT transformation and a set of stylesheet files. Ideally, users can customize the stylesheet for each type of Struts files  to have templates of their own without having to access the source code and recompile it.</p>
   <p><a href="http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html"><b>Boost Struts with XSLT and XML</b></a> By Julien Mercay and Gilbert Bouzeid.</p>
  -<p><a href="http://husted.com/struts/resources/velstruts.zip"><b>Velocity-Tools / Struts</b></a> by the <a href="http://jakarta.apache.org/velocity">Velocity</a> Team. (WAR zipped for download).  Use Velocity templates with Struts 1.0 and beyond! This is the sample WAR from a recent <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">CVS snapsho</a>t. Just autodeploy, and see for yourself!</p>
  +<p><a href="http://husted.com/struts/resources/velstruts.zip"><b>Velocity-Tools / Struts</b></a> by the <a href="http://jakarta.apache.org/velocity">Velocity</a> Team. (WAR zipped for download).  Use Velocity templates with Struts 1.0 and beyond! This is the sample WAR from a recent <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">CVS snapshot</a>t. Just autodeploy, and see for yourself!</p>
   </section>
   
   </chapter></body></document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>