You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2001/11/21 16:19:19 UTC

cvs commit: jakarta-struts/doc/userGuide kickstart.xml resources.xml

husted      01/11/21 07:19:19

  Modified:    doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml
  Added:       doc/userGuide Tag: STRUTS_1_0_BRANCH kickstart.xml
  Log:
  Add additional release note from July.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +208 -109  jakarta-struts/doc/userGuide/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/resources.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- resources.xml	2001/10/15 04:07:48	1.1.2.2
  +++ resources.xml	2001/11/21 15:19:19	1.1.2.3
  @@ -9,140 +9,239 @@
   <chapter name="Struts Resources" href="resources"> 
   
   <section name="Contributor Taglibs" 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><a href="http://husted.com/struts/resources/MonkeyStruts.htm"><b>MonkeyStruts</b></a> by Aaron Bates. An approach to nesting beans.</p>
  +<p><a href="http://www.multimania.com/bist77/struts.php"><font size="2"><b>REGEXP.VALIDATOR.STRUTS</b></font></a> by Emmanuel Boudrant - A validation component that works with Struts 1.0, to manage form validation on server-side and client-side.</p>
  +<p><a href="http://husted.com/struts/resources/struts-was.zip"><b>Struts-WAS.jar</b></a> by Christopher Assenza - Modified Struts 1.0 JAR for Websphere 3.5 or 4. Zipped for download. (For additional tips regarding Websphere 3.5 see <a href="http://jakarta.apache.org/struts/installation-was352-x.html">http://jakarta.apache.org/struts/installation-was352-x.html</a>.)</p>
  +<p><a href="http://struts.application-servers.com/"><b>Struts Layout</b></a> by Improve - An extension library to      improve interfaces creation with Struts.</p>
  +<p><a href="http://husted.com/struts/resources/indexed-tags.htm"><b>Indexed Tags</b></a> [Also available in the nightly build] 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/struts/resources/logic-niallp.htm"><b>Struts IF/THEN/ELSE and SWITCH tags</b></a> by Niall Pemberton.</p>
  +<p><a href="http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01251.html"><b>TextArea Wrapping</b></a> by Matthias Bauer. Patch to HTML:TextArea tag to provide wrapping of long lines.</p>
  +<p><a href="http://husted.com/struts/resources/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>
   </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>
  -
  +<p><a href="resources/pow2acl.htm"><b> Pow2ACL</b></a> - Access Control List library. Track of application users roles and                          permissions. User can be authenticated: - directly using the                          package API; - using custom JSP tag
  +libraries. </p>
  +<p><a href="http://bist77.multimania.com/struts.php#rose"><b>Struts .. in Rose</b></a> by Emmanuel.Boudrant - Use Struts with the Rational Rose UML model. </p>
  +<p><a href="http://husted.com/struts/resources/multi-struts.htm"><b>Multi-Controller</b></a> by Sukachevin, Stoehr - Use more than once ActionServlet in your Struts application </p>
  +<p><a href="http://www.mail-archive.com/struts-user@jakarta.apache.org/msg16093.html"><b>JavaScript with html:errors - new Struts validation</b></a> by Adam Grohs.  </p>
  +<p><a href="http://www.scioworks.com/scioworks_camino.html"><b>Scioworks Camino</b></a> by Scioworks Pte Ltd. A visual tool for Struts. </p>
  +<p><a href="http://www.ejcenter.com/struts/"><b>Struts Console</b></a> by James Holmes. The Struts Console is a Java Swing application that provides an easy to use interface for editing Struts' &quot;struts-config.xml&quot; configuration file.</p>
  +<p><a href="http://jcorporate.com/"><b>Expresso</b></a> by JCorporate. An open source application development (AD) framework integrated with Struts.</p>
  +<p><a href="http://husted.com/struts/resources/DynamicProperties.htm"><b>Dynamic ActionForm Properties</b></a> by Jan Sorensen.</p>
  +<p><a href="http://husted.com/struts/resources/bean-util.htm"><b>Bean Utils with Indexed Strings</b></a> by Gregor Rayman.</p>
  +<p><a href="http://husted.com/struts/resources/struts-security.htm"><b>Role-Based Actions</b></a> by Nic Hobs. Set a security role for an Action from with struts-config.</p>
  +<p><a href="http://husted.com/struts/resources/codemaker.htm"><b>Struts CodeMaker</b></a> by Ravindran Ramaiah - Generate Struts application by reading configuration file or JSP files. Updated 2001-08-21.</p>
  +<p><a href="http://home.earthlink.net/~dwinterfeldt/generator/"><b>Struts Generator</b></a> by David Winterfeldt - Based on the generator.xml and a table/query an xml file is generated.  Based on the generated xml file a primary key class, data bean class, jdbc class, and an ActionForm (Struts) can be generated.</p>
  +<p><a href="http://husted.com/struts/resources/ValueIterator.zip"><b>ValueIterator</b></a> by Ted Husted - Simple wrapper around a RowSet for use with Struts iterator tag. Also includes generic toMap(), set(map) methods for flexible data transfer.</p>
  +<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/struts/resources/mapper.zip"><b>Mapper Framework</b></a> 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. Updated 18-JUL-2001.)</font></p>
  +<p><a href="http://www.sura.ru/~gonza/bean-factory/"><b>Bean factory</b></a> by Oleg V Alexeev - 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/struts/resources/workflow.htm"><b>Workflow Extension</b></a> by Matthias Bauer - An extension to the core Struts framework which provides control flow between actions.</p>
  +<p><a href="http://husted.com/struts/resources/struts-menu.zip"><b>Struts Menu</b></a> by Scott Sayles (ZIP file for download) - A Struts-compatible web menuing component (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</b></a> [Also in the nightly build /contrib folder] by David Winterfeldt - 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://husted.com/struts/resources/tldtovlm.zip"><b>TLD to VLM</b></a> by Mario Busche - Simple Java program to convert standard TLD's to the VLM format used by Homesite, CF Studio, and JRun Studio.</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/tiles/"><b>Tiles Library for building JSP views</b></a> [Also in the nightly build /contrib folder] 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>
  +</section>
  +
  +<section name="Projects and Examples" href="examples">
  +<p><a href="http://husted.com/struts/resources/artimus.zip"><b>Artimus</b></a> by Ted  Husted - Simple news poster application. Demonstrates using helper beans and a JDBC database with Struts. 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-20010812.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>
  +<p><a href="http://www.newparticles.com/struts/"><b>The Struts Framework</b></a> by Steve Wilkinson - Excerpt from latest Wrox Professional JSP book.</p>
  +<p><a href="http://husted.com/struts/resources/struts-simple.zip"><b>Struts-Simple</b></a> by Ted Husted - (WAR file zipped for download) A simple skeleton application outlining the files needs to input and re-display data. Now also demonstrates using &quot;nested&quot; beans.</p>
  +<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/struts/resources/struts-logon.zip"><b>Struts Login</b></a> (WAR file zipped for download) by Ted Husted - A minimalist Struts application demonstrating form validation and tracking users with a session attribute (WAR file).</p>
   </section>
   
   <section name="Tutorials" href="tutorials"> 
  -
  +<p><a href="http://husted.com/struts/resources/fb-auth.htm"><b>How To: (Form-Based Authentication) use the form-error page to login</b></a> by Matt Raible.</p>
  +<p><a href="http://www.redbooks.ibm.com/redpieces/pdfs/sg246134.pdf"><b>WebSphere 4 Application Development Handbook</b></a> - IBM &quot;Redbook&quot; - See &quot;Designing with Frameworks (Chapter 7).</p>
  +<p><a href="http://husted.com/about/scaffolding/catalog.htm"><b>Struts Catalog</b></a> by Ted Husted - Overview of Struts Design Patterns and Strategies.</p>
  +<p><a href="http://home.iprimus.com.au/moktc/howto/struts/howto_forte_struts.htm"><b>HOWTO Setup and Debug STRUTS Example in Forte</b></a> by Michael Mok.</p>
  +<p><a href="http://www.netstore.ch/mesi/strutsTutorial/"><b>JBuilder 5, Struts 1.0 &amp; WebLogic 6.0, a Tutorial</b></a> by Markus Colombo.</p>
  +<p><a href="http://www1.tramsasp.com/?section=dev"><b>Using JBuilder5 with Struts 1.0 Release</b></a> by Anthony Martin.</p>
  +<p><a href="http://www.borland.com/conf2001/updates/"><b>3148 Configuring AppServer to Work with Struts</b></a> by Ken Sipe (7/25/2001)</p>
  +<p><a href="http://www.borland.com/conf2001/updates/"><b>3004 Building Extensible Web Frameworks Using XML, XSL-T, and Java</b></a> by Richard Vowles 7/21/2001</p>
  +<p><a href="http://husted.com/about/scaffolding/strutByStrut.htm"><b>Strut by Strut</b></a> by Ted Husted - Building a web application from the ground up (maintenance release 2001/Aug/19).</p>
  +<p><a href="http://ioctl.org/doc/j2ee-tutorial/doc/JSPTags3.html"><b>J2EE Tutorial</b></a> - Early Release chapter featuring Struts 1.0 tags.</p>
   <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>
  +<p><a href="http://www.jspinsider.com/tutorials/jsp/struts/strutsintro.view"><b>An Introduction to Struts</b></a> by Casey Kochmer.</p>
  +<p><a href="http://husted.com/struts/resources/uml-jps.pdf"><b>Struts UML Diagrams</b></a> (PDF) by Jean-Pierre Schnyder.</p>
  +<p><a href="http://husted.com/struts/resources/example-spec.html"><b>Blueprinting a Struts Application</b></a> by Ted Husted - Sample specification and API for the Struts Example application.</p>
  +</section>
   
  +<section name="Seminars" href="seminars"> 
  +<p><a href="http://www.basebean.com/"><b> Fast Track to MVC Frameworks</b></a> - 2001-Dec-2.</p>
  +<p><a href="http://bravepoint.com/scripts/wsisa.dll/WService=training/training_course.html?courseid=354"><b>BravePoint - Advanced JSP Architecture for J2EE</b></a> - 2001-11-19, 2001-12-10.</p>
  +<p><a href="http://www.avantsoft.com/jsp.html"><b>AvantSoft Inc. - JSP, Servlets and Struts</b></a></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:craiger@tataryn.net">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:malcolm@nuearth.com">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:Thor.Kristmundsson@javaworld.com">Thor Kristmundsson</a>.</p>
  -
  +<p><a href="http://www.informit.com/content/index.asp?product_id={0917F29F-56D8-4B25-9C67-211EC945BBAB}"><b>The Struts Framework's Action Mappings Configuration File</b></a> by Wellington L.S. da Silva</p>
  +<p><a href="http://husted.com/struts/resources/web_dev_products.htm"><b>Web Development Products Spreadsheet</b> </a>by Dan Cancro.</p>
  +<p><a href="http://www.javadude.com/articles/layering.html"><b>Layering Applications</b></a> by Scott Stanchfield.</p>
  +<p><a href="http://www.sys-con.com/java/article.cfm?id=1175"><b>MVC and Struts</b></a> by Steven Sweeting, Clive Jones, and Aaron Rustad.</p>
  +<p><a href="http://www.onjava.com/pub/a/onjava/2001/09/11/jsp_servlets.html"><b>Introduction to Jakarta Struts Framework</b></a> by Sue Spielman.</p>
  +<p><a href="http://www.informit.com/content/index.asp?product_id={0917F29F-56D8-4B25-9C67-211EC945BBAB}"><b>The Struts Framework's Action Mappings Configuration File</b></a> by Wellington L.S. da Silva</p>
  +<p><a href="http://husted.com/struts/resources/performant.htm"><b>Is Struts Performant?</b></a> by Ted Husted -- An analysis of framework components, and how they contribute to overall efficiency.</p>
  +<p><a href="http://husted.com/struts/resources/strutsforeveryone.zip"><b>Struts for Everyone</b></a> by Jonathan Asbell -- Word document zipped for download. Early release: still in working draft form.</p>
  +<p><a href="http://husted.com/struts/resources/1291-authentication.zip"><b>Approaches to User Authentication and Access Control in Web Applications</b></a> by Craig McClanahan. Slides from the JavaOne BOF (June 2001 #1291). Star Office Format. Zipped for download.</p>
  +<p><b>Support your application development with Struts</b> [404] 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> by <a href="mailto:craiger@tataryn.net">Craig Tataryn</a>.</p>
  +<p><a href="http://husted.com/struts/resources/kickstart.html"><b>Kickstart</b></a><b>  </b>- The obligatory Struts Q&amp;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>  by <a href="mailto:malcolm@nuearth.com">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>, by <a href="mailto:Thor.Kristmundsson@javaworld.com">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:david.geary@javaworld.com">David Geary</a>.</p>
  +</section>
   
  +<section name="Books" href="books"> 
  +<ul>
  +<li><a href="http://www.amazon.com/exec/obidos/ISBN=1861005512/hitchhikeguidetoA/"><b>Professional JSP Site Design</b></a> - Wrox book - Features Struts throughout.</li>
  +<li><a href="http://www.amazon.com/exec/obidos/ISBN=0735710953/hitchhikeguidetoA/"><b>JSP and Tag Libraries for Web Development </b></a>- by Wellington L. S. Da Silva. Several chapters regarding Struts.</li>
  +<li><a href="http://www.redbooks.ibm.com/redpieces/pdfs/sg246134.pdf"><b>Websphere Version 4 Application Development Handbook</b></a> <font size="1">(PDF)</font> - Chapter 7 covers designing with both the Struts and Websphere frameworks,</li>
  +<li><a href="http://shannon.informatik.fh-wiesbaden.de/jsp/index.html"><b>Java Server Pages and J2EE Web-based Applications for Enterprises</b></a> - In German, with a Chapter regarding MVC and Struts.</li>
  +<li><a href="http://www.amazon.com/exec/obidos/ISBN=0130648841/hitchhikeguidetoA/"><b>Core J2EE Patterns</b></a> - Many of these patterns are deployed in Struts.</li>
  +<li><a href="http://www.amazon.com/exec/obidos/ISBN=1861004958/hitchhikeguidetoA/"><b>Professional JSP 2nd Edition</b></a> - Wrox book - long chapter on Struts.</li>
  +<li><a href="http://www.amazon.com/exec/obidos/ISBN=0130307041/hitchhikeguidetoA/"><b>Advanced JavaServer Pages</b></a> by David Geary - features template tag library from Struts 1.0</li>
  +</ul>
  +</section>
  +
  +<section name="Selected APIs, RFCs, and JSRs" href="apis"> 
  +
  +<ul>
  +<li><a href="http://java.sun.com/products/servlet/download.html">Servlet API</a></li>
  +<li><a href="http://java.sun.com/products/jsp/technical.html"> JavaServer Pages</a></li>
  +<ul>
  +<li><a href="http://java.sun.com/products/jsp/technical.html">JSP Tag Libraries</a></li>
  +<ul>
  +<li><a href="http://jakarta.apache.org/taglibs/doc/jsptl-doc/intro.html">JavaServer Pages Standard Tag Library (JSPTL) Early Release</a></li>
  +</ul>
  +</ul>
  +</ul>
  +
  +<ul>
  +<li> <a href="http://java.sun.com/products/javabeans/docs/"> JavaBeans</a></li>
  +<li> <a href="http://java.sun.com/j2se/1.3/docs/guide/jdbc/index.html"> JDBC API Documentation</a></li>
  +<li> <a href="http://java.sun.com/j2ee/blueprints/"> Java2 Enterprise Edition (J2EE)</a></li>
  +<li> <a href="http://java.sun.com/products/jaas/index-10.html">Java Authentication and Authorization Service</a> (JAAS)</li>
  +</ul>
  +
  +<ul>
  +<li> <a href="http://www.w3.org/MarkUp/">HyperText Markup Language</a> (w3c)</li>
  +<ul>
  +<li><a href="http://www.w3.org/TR/html4/">HTML 4.01 Specification</a></li>
  +</ul>
  +</ul>
  +
  +<ul>
  +<li><a href="http://www.ietf.org/rfc/rfc2396.txt">Uniform Resource Identifiers (URI): Generic Syntax</a></li>
  +<ul>
  +<li><a href="http://www.w3.org/Addressing/#9808uri">Naming and Addressing: URIs, URLs, ...</a></li>
  +</ul>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2616.txt">Hypertext Transfer Protocol -- HTTP/1.1</a></li>
  +<ul>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2617.txt">HTTP Authentication: Basic and Digest Access Authentication</a></li>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2660.txt">The Secure HyperText Transfer Protocol</a></li>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2936.txt">HTTP MIME Type Handler Detection</a></li>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2854.txt">The 'text/html' Media Type</a></li>
  +<li><a href="ftp://ftp.isi.edu/in-notes/rfc2518.txt">HTTP Extensions for Distributed Authoring -- WEBDAV</a></li>
  +<ul>
  +<li><a href="http://www.ics.uci.edu/pub/ietf/webdav/intro/webdav_intro.pdf">WebDAV: IETF Standard for Collaborative Authoring on the Web</a></li>
  +</ul>
  +</ul>
  +<li><a href="http://www.rfc-editor.org/"><b>RFC Editor (index)</b></a></li>
  +</ul>
  +
  +<ul>
  +<li><a href="http://www.jcp.org/jsr/detail/52.jsp">Standard Tag Library for JavaServer Pages</a></li>
  +<li><a href="http://jcp.org/jsr/detail/127.jsp">Java Faces</a></li>
  +<li><a href="http://jcp.org/jsr/overview/index.jsp"><b>JSR Index</b></a></li>
  +</ul>
   </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:support@husted.com">Husted dot Com</a>.</p>
  -
  +<p><a href="http://www.jguru.com/faq/home.jsp?topic=Struts"><b>JGuru FAQ</b></a></p>
  +<p><a href="http://husted.com/struts/"><b>More About Struts</b></a> by <a href="mailto:support@husted.com">Husted dot Com</a>.</p>
   <p><a href="http://habweb.de/struts/"><b>German Translation of Users Guide</b></a> by Hartmut Bernecker.</p>
  -
  +<p><a href="http://java.sun.com/docs/books/tutorial/"><b>Javasoft Tutorials</b></a></p>
  +<p><a href="http://archives.java.sun.com"><b>Javasoft Mailing Lists</b></a></p>
   </section>
   
   <section name="Mailing List Archives" href="archives"> 
  +<p><a href="http://mail-archive.com/"><b>mail-archive.com</b></a>.</p>
  +<p><b><a href="http://husted.com/struts/FAQ/">Struts FAQ with Mailing List Threads</a>  - </b> Clippings from the User Lists</p>
  +</section>
   
  -<p><a href="http://archive.covalent.net/"><b>covalent.net</b></a>.</p>
  +<section name="Powered by Struts" href="powered">
  + <ul>
  +    <li><a href="http://www.application-servers.com/"><b>Application-Servers.com</b></a> - French site.</li>
  +    <li><a href="http://www.clickstarttutoring.com/index.jsp"><b>Clickstart Tutoring</b></a> - One on one in home tutoring.</li>
  +    <li><a href="http://dbforms.org/"><b>dbForms</b></a> - RAD framework for database applications.</li>
  +    <li><a href="http://www.e-involve.com"><b>E-Involve</b></a></li>
  +    <li><a href="http://adminweb.enitel.no/login.jsp"><b>Enitel</b></a> - French site.</li>
  +    <li><a href="http://www.hallmarkstories.com"><b>Hallmark Stories</b></a> - "Tell the story behind your photos".</li>
  +    <li><a href="http://www.iknowbase.com/"><b>iKnowBase</b></a> - The Knowledge Engine.</li>
  +    <li><a href="http://ironmax.com/"><b>IronMax</b></a> - B2B site; see Equipment Information Products.</li>
  +    <li><a href="http://www.ipipi.com/index.jsp"><b>IPIPI</b></a> - e-Mail to SMS delivery service.</li>
  +    <li><a href="http://www.jcorporate.com"><b>Jcorporate.com</b></a> - open source and shared source commercial applications.</li>
  +    <li><a href="http://get2hawaii.com/"><b>Get To Hawaii</b></a> - B2B Travel Service Provider</li>
  +    <li><a href="http://www.newdawnart.com/"><b>New Dawn Art</b></a> - Social and spiritual art on the Internet.</li>
  +    <li><a href="http://www.webappcabaret.com/normad"><b>Normad</b></a> - Web Timesheet Management System.</li>
  +    <li><a href="https://www.organox.com.br/"><b>Organonx</b></a></li>
  +    <li><a href="http://www.pizzahut.com.au/"><b>Pizza Hut Online / Sydney Metro</b></a> - For pickup or delivery in the Syndey Metro area.</li>
  +    <li><!-- href="http://www.penza.ru/povolgie"--><b>Povoglie</b> [403] - Goverment regional press services news center in Russia, middle Volga.</li>
  +    <li><a href="http://www.ipayment.co.za"><b>South African Revenue Services</b></a> - Directive and certificate service.</li>
  +    <li><a href="http://www.redgalleon.com/"><b>Red Galleon</b></a> - Offer aggregator.</li>
  +    <li><a href="http://www.webappcabaret.com/teatimej/"><b>TeaTimeJ</b></a> - Website and Java hosting.</li>
  +    <li><a href="http://wxxi.org/"><b>WXXI Spring MarketPlace 2001</b></a> - Online auction for Public Television station.</li>
  +  </ul>
   
  -<p><a href="http://mail-archive.com/"><b>mail-archive.com</b></a>.</p>
  +</section>
   
  -<p><b><a href="threads.htm">Struts Threads</a>  - </b> Clippings from the User Lists</p>
  +<section name="Java / Struts ISPs" href="hosts">
  +<p>Provided as a reference only. No endorsements given or implied. To be listed, post a documentation enhancement request in Bugzilla.</p>
  +<ul>
  +    <li><a href="http://www.aoindustries.com/servlet/com.aoindustries.website.HomePage"><b>AO Industries</b></a></li>
  +    <li><a href="http://www.hostjsp.com"><b>host<font size="-1">JSP</font>.com</b></a></li>
  +    <li><a href="http://www.imagineis.com"><b>Imagine Internet Services</b></a></li>
  +    <li><a href="http://www.infinitehost.com/"><b>Infinite Host</b></a></li>
  +    <li><a href="http://www.irdesign.com/services/hosting/website_hosting.html"><b>irdesign.com</b></a></li>
  +    <li><a href="http://www.mmaweb.net/"><b>mma</b></a></li>
  +    <li><a href="http://www.servlets.net/index.html"><b>servlets.com</b></a></li>
  +    <li><a href="http://www.webappcabaret.com"><b>Web App Cabaret</b></a></li>
  +  </ul>
  +</section>
   
  +<section name="Consultants" href="consultants">
  +<p>Provided as a reference only. No endorsements given or implied. To be listed, post a documentation enhancement request in Bugzilla.</p>
  +<ul>
  +  <li><b>AccessData</b> - <a href="http://www.accessdc.com/">www.accessdc.com</a> - <a href="mailto:cassenza@Accessdc.com">Chris Assenza</a>.</li>
  +  <li><b>Bravepoint</b> - <a href="http://www.bravepoint.com">www.bravepoint.com</a> - <a href="mailto:struts@bravepoint.com">Struts Info</a>.</li>
  +  <li><b>Creatrix</b> - <a href="http://www.creatrixs.com">www.creatrixs.com</a> - <a href="mailto:sami.elhini@creatrixs.com">sami.elhini@creatrixs.com</a>.</li>
  +  <li><b>eBlox</b> - <a href="http://www.eblox.com/">www.eblox.com</a> - <a href="mailto:andrewb@eblox.com">andrewb@eblox.com</a>.</li>
  +  <li><b>Husted dot Com</b>   - <a href="http://husted.com/">www.husted.com</a> - <a href="mailto:ted@husted.com">Ted Husted</a>.</li>
  +  <li><font size="1"><b>JATEC AG</b></font> - <a href="http://www.jatec.ch"> www.jatec.ch</a> - <a href="mailto:sascha.urfer@jatec.net">Sascha Urfer</a>.</li>
  +  <li><b>jCorporate</b> - <a href="http://www.jcorporate.com">jcorporate.com</a> - <a href="mailto:scann@jcorporate.com">Sandra Cann</a>.</li>
  +  <li><b>Living Logic</b> - <a href="http://www.livinglogic.de/">www.livinglogic.de</a> - <a href="mailto:matthias.bauer@livinglogic.de">Matthias Bauer</a>.</li>
  +  <li><b>Multitask Consulting</b> - <a href="http://www.multitask.com.au/">www.multitask.com.au</a> - <a href="dion@multitask.com.au">dIon Gillard</a><a href="dion@multitask.com.au">.</a></li>
  +  <li><b>New Particles</b> - <a href="http://www.newparticles.com/struts">www.newparticles.com/struts</a> - <a href="mailto:steve@newparticles.com">Steve Wilkinson</a>.</li>
  +  <li><b>Raible Designs</b> - <a href="http://www.raibledesigns.com/">www.raibledesigns.com</a> - <a href="mailto:matt_raible@yahoo.com">Matt Raible</a>.</li>
  +  <li><b>Shared Skills Ltd (UK)</b> - <a href="http://www.sharedskills.com/">www.sharedskills.com</a> - <a href="mailto:mike.way@sharedskills.com">Mike Way</a>.</li>
  +  <li><b>SoftwareMentor</b> - <a href="http://softwareMentor.com/">softwareMentor.com</a> - <a href="mailto:tim@softwareMentor.com">Tim Biernat</a>.</li>
  +  <li><b>Solution Array</b> - <a href="http://www.solutionarray.com/">www.solutionarray.com</a> - <a href="mailto:chkmiec@hotmail.com">Chris Kmiec</a>.</li>
  +  <li><b>Stonebridge Technology</b> - <a href="http://www.sbti.com/">www.sbti.com</a> - <a href="mailto:john.thomas@sbti.com">John J. Thomas</a>.</li>
  +  <li><b>Tallan</b> - <a href="http://www.tallan.com/">www.tallan.com</a> - <a href="mailto:michael.grassotti@tallan.com">Michael Grassotti</a>.</li>
  +  <li><b>Thalles Information Services</b> - <a href="http://www.thales-is.ch/">www.thales-is.ch</a> - <a href="mailto:markus.colombo@thales-is.ch">Markus Collumbo</a>.</li>
  +  <li><b>U</b><b>pco</b> -<a href="http://www.upco.co.uk">upco.co.uk</a> - <a href="mailto:Jon.Ridgway@upco.co.uk">Jon Ridgeway</a>.</li>
  +  <li><b>viadee <font size="1">UNTERNEHMENSBERATUNG GmbH</font></b> - <a href="http://www.viadee.de/">www.viadee.de</a> - <a href="mailto:friedrich.budde@viadee.de">Frido Budde</a>.</li>
  +</ul>
  +  <p>Next: <a href="volunteers.html">Who We Are</a></p>
   </section>
   
   </chapter></body></document>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +0 -0      jakarta-struts/doc/userGuide/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/kickstart.xml,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  
  
  

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