husted      01/06/16 05:44:12

  Modified:    doc/userGuide resources.xml project.xml index.xml
  Log:
  Second try to update indices and resource page.
  
  Revision  Changes    Path
  1.2       +66 -29    jakarta-struts/doc/userGuide/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/resources.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources.xml     2001/03/18 17:48:59     1.1
  +++ resources.xml     2001/06/16 12:44:12     1.2
  @@ -7,33 +7,70 @@
   </properties>
   <body> 
   <chapter name="Struts Resources" href="resources"> 
  -<section name="Struts Tutorials" href="tutorials"> 
  -<h3>Articles</h3>
  -<p><b>Introduction to MVC and the Jakarta Struts Framework</b> (online 
presentation), 
  -  <a href="mailto:[EMAIL PROTECTED]";>Craig Tataryn</a> -- <a 
href="http://www.us-eh.com/craiger/articles/struts/";>http://www.us-eh.com/craiger/articles/struts/</a>
 
  -</p>
  -<p><b>Struts, an open-source MVC implementation</b>, <a 
href="mailto:[EMAIL PROTECTED]";>Malcom 
  -  Davis</a> -- <a 
href="http://www-106.ibm.com/developerworks/library/j-struts/?n-j-2151";>http://www-106.ibm.com/developerworks/library/j-struts/?n-j-2151</a>
 
  -</p>
  -<p><b>Strut Your Stuff With JSP Tags</b>, <a 
href="mailto:[EMAIL PROTECTED]";>Thor 
  -  Kristmundsson</a> -- <a 
href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1201-struts.html";>http://www.javaworld.com/javaworld/jw-12-2000/jw-1201-struts.html</a>
 
  -</p>
  -<p><b>Using the Struts Framework to Develop a Message Board</b>, Maneesh Sahu 
  -  -- <a 
href="http://informit.com/books/authors/author_template/index.asp?authorid={A08A00B0-71BB-42DB-9B29-08879A9A7ABE}&amp;t={94AE5B48-1D7D-462A-A4A6-83CE19EC0705}&amp;n={4641FAF9-E21F-4902-8F6E-0C8FAF114C62}";>Author's
 
  -  Page</a> (article requires registration with informit.com) </p>
  -<p><b>JSP templates</b>, <a href="mailto:[EMAIL PROTECTED]";>David Geary</a> 
  -  -- <a 
href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb_p.html";>http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb_p.html</a></p>
  -<h3>Tutorials</h3>
  -<p><b>Welcome to the Struts Framework</b>, <a 
href="http://www.bluestone.com";>Bluestone 
  -  Software</a> -- <a 
href="http://developer.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMaps/index.jsp";>http://developer.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMaps/index.jsp</a>
 
  -</p>
  -<h3>Mailing List Archives</h3>
  -<p><a href="http://archive.covalent.net/";><b>covalent.net</b></a><br />
  -  <a href="http://mail-archive.com/";><b>mail-archive.com</b></a> </p>
  -<h3>Other Resource Pages</h3>
  -<p><b>About Struts</b>, <a href="mailto:[EMAIL PROTECTED]";>Husted dot Com</a> 
  -  -- <a 
href="http://www.husted.com/about/struts/";>http://www.husted.com/about/struts/</a> 
  -</p>
  +
  +<section name="Contributor Extensions" href="extensions"> 
  +
  +<p>Here are some popular extensions to Struts that have not been made part of 
  +the official distribution (yet).</p>
  +
  +<p><a href="http://www.lifl.fr/~dumoulin/components/";><b>Components Library for 
building JSP views</b></a> by 
  +Cedric Dumoulin - A component is a JSP page that can be inserted in another JSP 
page, 
  +like templates, but can take "parameters" (URLs or 'direct' string intemplates). 
</p>
  +
  +<p><a href="http://home.earthlink.net/~dwinterfeldt/";><b>Struts Validator by David 
Winderfeldt</b></a> - Perform basic validations to check if a field
  +is required, matches a regular expression, and some basic type checking. Different 
validation rules can be
  +defined for different locales. The framework has basic support for user defined 
constants which can be used
  +in some field attributes. The validation routines are modifiable in the 
validation.xml file so custom validation
  +routines can be created and added to the framework.</p>
  +
  +<p><a href="http://www.sura.ru/~gonza/bean-factory/";><b>Bean factory by Oleg V 
Alexeev</b></a> - 
  +Adds the ability to easily link data bean creation to any Struts Action. All 
information 
  +about databeans and actions mappings stored in the standard Struts configuraton 
file.</p>
  +
   </section>
  -</chapter> 
  -</body></document>
  +
  +<section name="Tutorials" href="tutorials"> 
  +
  +<p><a 
href="http://developer.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMaps/index.jsp";><b>Welcome
 to the Struts Framework</b></a> by <a href="http://www.bluestone.com";>Bluestone 
Software</a>.</p>
  +
  +<p><a href="http://www.jspinsider.com/tutorials/jsp/struts/strutsintro.html";><b>An 
Introduction to Struts</b></a> by Casey Kochmer.</p>
  +
  +<p><a href="http://www.oakgrovesoftware.com/~rbackhouse/";><b>Write hdml based jsps 
using Struts</b></a> by Richard Backhouse.</p>
  +
  +<p><a href="http://quark.newparticles.com/struts/";><b>Information about the Struts 
Framework by Steve Wilkinson</b></a> - Excerpt from Wrox book.</p>
  +
  +</section>
  +
  +<section name="Articles" href="articles"> 
  +
  +<p><a href="http://www.sys-con.com/java/archives/0603/mcclanahan/";><b>Support your 
application development with Struts</b></a> by McClanahan, McCay, and Bergenholtz.</p>
  +
  +<p><a href="http://www.computer-programmer.org/articles/struts/";><b>Introduction to 
MVC and the Jakarta Struts Framework</b></a> -- <a 
href="mailto:[EMAIL PROTECTED]";>Craig Tataryn</a>.</p>
  +
  +<p><a 
href="http://www-106.ibm.com/developerworks/library/j-struts/?n-j-2151";><b>Struts, an 
open-source MVC implementation</b></a> -- <a href="mailto:[EMAIL PROTECTED]";>Malcom 
Davis</a>.</p>
  +
  +<p><a 
href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1201-struts.html";><b>Strut Your 
Stuff With JSP Tags</b></a>, <a href="mailto:[EMAIL PROTECTED]";>Thor 
Kristmundsson</a>.</p>
  +
  +<p><a 
href="http://informit.com/books/authors/author_template/index.asp?authorid={A08A00B0-71BB-42DB-9B29-08879A9A7ABE}&amp;t={94AE5B48-1D7D-462A-A4A6-83CE19EC0705}&amp;n={4641FAF9-E21F-4902-8F6E-0C8FAF114C62}";><b>Using
 the Struts Framework to Develop a Message Board</b></a> by Maneesh Sahu (article 
requires registration with informit.com).</p>
  +
  +<p><a 
href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb_p.html";><b>JSP 
templates</b></a> by <a href="mailto:[EMAIL PROTECTED]";>David Geary</a>.</p>
  +
  +</section>
  +
  +<section name="Other Resource Pages" href="other"> 
  +
  +<p><a href="http://www.husted.com/about/struts/";><b>About Struts</b></a> by <a 
href="mailto:[EMAIL PROTECTED]";>Husted dot Com</a>.</p>
  +
  +<p><a href="http://habweb.de/struts/";><b>German Translation of Users Guide</b></a> 
by Hartmut Bernecker.</p>
  +
  +</section>
  +
  +<section name="Mailing List Archives" href="archives"> 
  +
  +<p><a href="http://archive.covalent.net/";><b>covalent.net</b></a>.</p>
  +
  +<p><a href="http://mail-archive.com/";><b>mail-archive.com</b></a>.</p>
  +
  +</section>
  +
  +</chapter></body></document>
  
  
  
  1.2       +1 -0      jakarta-struts/doc/userGuide/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       2001/03/18 17:48:59     1.1
  +++ project.xml       2001/06/16 12:44:12     1.2
  @@ -13,6 +13,7 @@
         <item name="View Components"       href="building_view.html"/>
         <item name="Controller Components" href="building_controller.html"/>
         <item name="Resources"             href="resources.html"/>
  +      <item name="Who We Are"            href="volunteers.html"/>
       </menu>
   
   </project>
  
  
  
  1.2       +1 -0      jakarta-struts/doc/userGuide/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 2001/03/18 17:48:59     1.1
  +++ index.xml 2001/06/16 12:44:12     1.2
  @@ -67,6 +67,7 @@
                       </ul></li>
                   </ul></li>
               <li><a href="resources.html">5. Resources</a></li>
  +            <li><a href="volunteers.html">6. Who We Are</a></li>
           </ul>
   
         </section>
  
  
  

Reply via email to