husted      01/11/02 03:53:18

  Modified:    doc/userGuide resources.xml
  Log:
  Test and correct all links. Update with new additions from Husted dot Com.
  
  Revision  Changes    Path
  1.10      +50 -30    jakarta-struts/doc/userGuide/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml     2001/10/15 04:06:48     1.9
  +++ resources.xml     2001/11/02 11:53:18     1.10
  @@ -9,69 +9,87 @@
   <chapter name="Struts Resources" href="resources"> 
   
   <section name="Contributor Taglibs" href="taglibs"> 
  -<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://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/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://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/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/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="resources/rrose.htm"><b>Struts .. in Rose</b></a> by Emmanuel.Boudrant 
- Use Struts with the Rational Rose UML model. </p>
  +<p><a href="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/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://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/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://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/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://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/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://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/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://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/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://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/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://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/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>
  +<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/struts/catalog.htm";><b>Struts Catalog</b></a> 
by Ted Husted - Overview of Struts Design Patterns and Strategies.</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/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://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://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>
  +<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><b> </b>- 2001-11-19.</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://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.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:[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://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:[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>
  @@ -80,6 +98,7 @@
   
   <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.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>
  @@ -143,16 +162,15 @@
   
   <section name="Other Resource Pages" href="other"> 
   <p><a href="http://www.jguru.com/faq/home.jsp?topic=Struts";><b>JGuru FAQ</b></a></p>
  -<p><a href="http://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/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>
   <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://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>
  +<p><b><a href="http://husted.com/struts/FAQ/";>Struts FAQ with Mailing List 
Threads</a>  - </b> Clippings from the User Lists</p>
   </section>
   
   <section name="Powered by Struts" href="powered">
  @@ -162,15 +180,17 @@
       <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><a href="http://www.penza.ru/povolgie";><b>Povoglie</b></a> - Goverment 
regional press services news center in Russia, middle Volga.</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>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to