husted      01/09/16 10:05:09

  Modified:    doc/userGuide volunteers.xml resources.xml
  Log:
  Add David and Oleg to Committer list. Update Resources page.
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-struts/doc/userGuide/volunteers.xml
  
  Index: volunteers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/volunteers.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- volunteers.xml    2001/06/15 01:48:38     1.2
  +++ volunteers.xml    2001/09/16 17:05:09     1.3
  @@ -68,6 +68,8 @@
   <li><b>Vincent Massol</b></li>      (vmassol at apache.org)
   <li><b>Cedric Dumoulin</b></li>     (cedric.dumoulin at lifl.fr)
   <li><b>Martin Cooper</b></li>       (martinc at apache.org)
  +<li><b>David Winterfeldt</b></li>   (dwinterfeldt at apache.org)
  +<li><b>Oleg Alexeev</b></li>        (oalexeev at apache.org)
   </ul>
   </section>
   
  
  
  
  1.5       +118 -105  jakarta-struts/doc/userGuide/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/resources.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- resources.xml     2001/07/05 01:35:22     1.4
  +++ resources.xml     2001/09/16 17:05:09     1.5
  @@ -9,140 +9,153 @@
   <chapter name="Struts Resources" href="resources"> 
   
   <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><a 
href="http://husted.com/about/struts/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/about/struts/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/about/struts/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/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>
   </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>
  -
  +<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/about/struts/DynamicProperties.htm";><b>Dynamic 
ActionForm Properties</b></a> by Jan Sorensen.</p>
  +<p><a href="http://husted.com/about/struts/bean-util.htm";><b>Bean Utils with 
Indexed Strings</b></a> by Gregor Rayman.</p>
  +<p><a href="http://husted.com/about/struts/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/about/struts/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/about/struts/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/about/struts/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/about/struts/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/about/struts/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/about/struts/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="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>
  -
  +<p><a href="http://husted.com/about/struts/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/about/struts/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/about/struts/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="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://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/struts/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/struts/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://husted.com/about/struts/uml-jps.pdf";><b>Struts UML 
Diagrams</b></a> (PDF) by Jean-Pierre Schnyder.</p>
  +<p><a href="http://husted.com/about/struts/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="Articles" href="articles"> 
  -
  +<p><a href="http://husted.com/about/struts/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/about/struts/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/about/struts/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><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://www.computer-programmer.org/articles/struts/";><b>Introduction to 
MVC and the Jakarta Struts Framework</b></a> by <a 
href="mailto:[EMAIL PROTECTED]";>Craig Tataryn</a>.</p>
  +<p><a href="http://husted.com/about/struts/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:[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>, by <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="Books" href="books"> 
  +<ul>
  +<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="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://husted.com/about/struts/";><b>Scaffolding</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="http://husted.com/about/struts/threads.htm";>Struts Threads</a>  - 
</b> Clippings from the User Lists</p>
  +</section>
  +
  +<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.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://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><a href="http://www.penza.ru/povolgie";><b>Povoglie</b></a> - 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><b><a href="threads.htm">Struts Threads</a>  - </b> Clippings from the User 
Lists</p>
  +</section>
  +
  +<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="consulants">
  +<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:[EMAIL PROTECTED]";>Chris Assenza</a>.</li>
  +  <li><b>Bravepoint</b> - <a 
href="http://www.bravepoint.com";>www.bravepoint.com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Joey Gibson</a>.</li>
  +  <li><b>Creatrix</b> - <a href="http://www.creatrixs.com";>www.creatrixs.com</a> - 
<a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>.</li>
  +  <li><b>eBlox</b> - <a href="http://www.eblox.com/";>www.eblox.com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>.</li>
  +  <li><b>Husted dot Com</b>   - <a href="http://husted.com/";>www.husted.com</a> - 
<a href="mailto:[EMAIL PROTECTED]";>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:[EMAIL PROTECTED]";>Sascha Urfer</a>.</li>
  +  <li><b>jCorporate</b> - <a href="http://www.jcorporate.com";>jcorporate.com</a> - 
<a href="mailto:[EMAIL PROTECTED]";>Sandra Cann</a>.</li>
  +  <li><b>Living Logic</b> - <a 
href="http://www.livinglogic.de/";>www.livinglogic.de</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Matthias Bauer</a>.</li>
  +  <li><b>Multitask Consulting</b> - <a 
href="http://www.multitask.com.au/";>www.multitask.com.au</a> - <a 
href="[EMAIL PROTECTED]">dIon Gillard</a><a href="[EMAIL PROTECTED]">.</a></li>
  +  <li><b>Raible Designs</b> - <a 
href="http://www.raibledesigns.com/";>www.raibledesigns.com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Matt Raible</a>.</li>
  +  <li><b>Solution Array</b> - <a 
href="http://www.solutionarray.com/";>www.solutionarray.com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>Chris Kmiec</a>.</li>
  +  <li><b>Stonebridge Technology</b> - <a 
href="http://www.sbti.com/";>www.sbti.com</a> - <a 
href="mailto:[EMAIL PROTECTED]";>John J. Thomas</a>.</li>
  +  <li><b>Tallan</b> - <a href="http://www.tallan.com/";>www.tallan.com/</a> - <a 
href="mailto:[EMAIL PROTECTED]";>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:[EMAIL PROTECTED]";>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:[EMAIL PROTECTED]";>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:[EMAIL PROTECTED]";>Frido Budde</a>.</li>
  +</ul>
   </section>
   
   </chapter></body></document>
  
  
  

Reply via email to