husted      01/07/04 18:37:24

  Modified:    doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml
  Log:
  Update Resource page with links to latest contributions.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +137 -28   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.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- resources.xml     2001/03/18 17:48:59     1.1
  +++ resources.xml     2001/07/05 01:37:23     1.1.2.1
  @@ -7,33 +7,142 @@
   </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>
 
  +
  +<section name="Contributor Tabligs" href="taglibs"> 
  +
  +<p><a href="http://husted.com/about/struts/indexed-tags.htm";><b>Indexed 
Tags</b></a> by Dave Hays - Produce indexed names 
  +such as &lt;input type="text" name="parameter[0].value" value="Mac">. Link, Submit, 
and 
  +Select tags are included too.</p>
  +
  +<p><a href="http://husted.com/about/struts/logic-niallp.htm";><b>Struts IF/THEN/ELSE 
and 
  +SWITCH tags</b></a> by Niall Pemberton.</p>
  +
  +<p><a href="http://husted.com/about/struts/rowtag.zip";><b>RowTag</b></a> (ZIP file 
for 
  +download) - Source for a Struts-compatible tag to generate alternating row colors 
in a 
  +table by Niall Pemberton. [<i>NOTE: Requires a Struts build dated after 
2001-04-28</i>]
   </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>
  +
  +<section name="Contributor Extensions" href="extensions"> 
  +
  +<p><a href="http://www.rpsenterprises.com/struts/index.html";><b>Struts 
Transformer</b></a> 
  +by Ron Smith - Transformations are responsible for taking an object in one form and 
  +transforming it into another. A forward transformation takes an object from its 
primary form 
  +to a secondary form (e.g. Date object to String). A reverse transformation takes an 
object 
  +from a secondary form to its primary form (e.g. String to Date).</p>
  +
  +<p><a href="http://www.rpsenterprises.com/struts/index.html";><b>Struts 
Extender</b></a> 
  +by Ron Smith - Add extensions to the struts framework via entries in the Struts 
configuration 
  +file.</p>
  +
  +<p><a href="http://husted.com/about/struts/mapper.zip";><b>Mapper</b></a> framework 
by Capco 
  +- The Mapper framework can be used for automating the process of 
  +validating/converting/transferring data fields. <font size="2">(See README to get
  +started.)</font></p>
  +
  +<p><a href="http://husted.com/about/struts/StrutsCodeMaker.htm";><b>Struts 
CodeMaker</b></a> 
  +by Ravindran Ramaiah - Generate Action and Form class by reading the JSP files</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>
  +
  +<p><a href="http://husted.com/about/struts/struts-menu.zip";><b>Struts Menu</b></a> 
  +(ZIP file for download) - A Struts-compatible web menuing component by Scott Sayles 
  +(early release - work in progress) - unzip to a &quot;struts-menu&quot; folder, and 
see 
  +the README.</p>
  +
  +<p><a href="http://home.earthlink.net/~dwinterfeldt/";><b>Struts Validator by David 
  +Winterfeldt</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://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html";><b>UltraDev 4.0 
  +Custom Tag Library Extension</b></a> - Hosted by Jakarta Taglibs.</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 in 
  +templates).</p>
  +
  +</section>
  +
  +<section name="Projects and Examples" href="example">
  +
  +<p><a href="http://mycart.cjb.net/";><b>myCart</b></a> - Example Shopping Cart 
application 
  +using Struts - joint project with several contributors.</p>
  +
  +<p><a href="http://www.oakgrovesoftware.com/~rbackhouse";><b>Sample hdml/wireless 
based 
  +Struts application</b></a> by Richard Backhouse.</p>
  +
  +<p><a href="http://husted.com/about/struts/struts-logon.zip";><b>Struts 
Login</b></a> 
  +(WAR file zipped for download) - A minimalist Struts application demonstrating form 
  +validation and tracking users with a session attribute (WAR file).</p>
  +
  +</section>
  +
  +<section name="Powered by Struts" href="powered">
  +
  +  <ul>
  +    <li><b>Clickstart Tutoring</b> - <a 
href="http://www.clickstarttutoring.com/index.jsp";>http://www.clickstarttutoring.com/</a></li>
  +    <li><b>Enitel</b> - <a 
href="http://adminweb.enitel.no/login.jsp";>http://adminweb.enitel.no/login.jsp</a></li>
  +    <li><b>iKnowBase</b> - <a 
href="http://www.iknowbase.com/";>http://www.iknowbase.com/</a></li>
  +    <li><b>IronMax</b> - <a href="http://ironmax.com/";>http://ironmax.com/</a> (see 
Equipment Information Products)</li>
  +    <li><b>IPIPI</b> - <a 
href="http://www.ipipi.com/index.jsp";>http://www.ipipi.com/index.jsp</a></li>
  +    <li><b>Normad</b> - <a 
href="http://www.webappcabaret.com/normad";>www.webappcabaret.com/normad</a></li>
  +    <li><b>Povoglie</b> - <a 
href="http://www.penza.ru/povolgie";>http://www.penza.ru/povolgie</a> - &quot;<font 
size="1">Goverment regional press services news center in Russia, middle 
Volga.&quot;</font></li>
  +    <li><b>TeaTimeJ</b> - <a 
href="http://www.webappcabaret.com/teatimej/";>http://www.webappcabaret.com/teatimej/</a></li>
  +    <li><b>WXXI Spring MarketPlace 2001</b> - <a 
href="http://wxxi.org/";>http://wxxi.org/</a></li>
  +  </ul>
  +
  +</section>
  +
  +<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://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>More 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>
  +
  +<p><b><a href="threads.htm">Struts Threads</a>  - </b> Clippings from the User 
Lists</p>
  +
   </section>
  -</chapter> 
  -</body></document>
  +
  +</chapter></body></document>
  
  
  

Reply via email to