husted      2002/11/07 08:53:55

  Modified:    doc/resources articles.xml extensions.xml guis.xml index.xml
  Log:
  Routine updates (still catching up).
  
  Revision  Changes    Path
  1.11      +4 -1      jakarta-struts/doc/resources/articles.xml
  
  Index: articles.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/articles.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- articles.xml      7 Nov 2002 08:48:01 -0000       1.10
  +++ articles.xml      7 Nov 2002 16:53:54 -0000       1.11
  @@ -8,8 +8,11 @@
   </properties>
   <body>
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";>
  -
  +<!--
  +<p><a href=""><b></b></a> by .</p>
  +-->
   <section name="Articles">
  +<p><a href="http://www2.theserverside.com/home/thread.jsp?thread_id=16336";><b>Fast 
Track to Struts</b></a> by Nadir Gulzar. Chapter from a forthcoming book, "Practical 
J2EE Application Architecture".</p>
   <p><a href="http://www.onjava.com/pub/a/onjava/2002/10/30/jakarta.html";><b>Jakarta 
Struts: Seven Lessons from the Trenches</b></a> by Chuck Cavaness.</p>
   <p><a href="http://www.scioworks.net/servlets/ShowPage?pid=34&amp;dp=3";><b>Struts 
Q&amp;A Distilled, Vol#2</b></a> by John Yu.</p>
   <p><a 
href="http://www.theserverside.com/resources/article.jsp?l=Struts1_1";><b>Struts 1.1: 
Should I Upgrade?</b></a> by John Yu.</p>
  
  
  
  1.8       +2 -2      jakarta-struts/doc/resources/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- extensions.xml    7 Nov 2002 08:48:01 -0000       1.7
  +++ extensions.xml    7 Nov 2002 16:53:54 -0000       1.8
  @@ -13,7 +13,9 @@
   -->
   <section name="Contributor Extensions">
   <p><a href="http://dynclass.sourceforge.net/";>dynclass.sourceforge.net</a> by John 
Raley. A Class-creation API with very simple but powerful Map-to-JavaBeans 
translation</p>
  +<p><a href="http://www.livinglogic.de/Struts/";><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://otn.oracle.com/products/jdev/content.html";>JDeveloper9i 9.0.3 w/ 
Struts, J2EE 1.3, et. al.</a> by Oracle. Developer's Preview of interest to Struts 
users who might be using (or might want to evaluate) Oracle's JDeveloper Java IDE</p>
  +<p><a href="http://jcorporate.com/";><b>Expresso 5.0</b></a> by jCorporate - 
Expresso provides a foundation set of reusable, standards-based Java software 
components designed to shorten time-to-delivery of Web applications, and is integrated 
with the Struts framework. See also <a 
href="http://www.xenonsoft.demon.co.uk/products/java.html";>Best Practice with Expresso 
Framework 4.0</a>.</p>
   <p><a href="http://www.asqdotcom.be/struts/";><b>Struts Action Plug-in Extension 1.0 
(for Struts 1.1b)</b></a> by ASQ dot COM. Provides a clean and transparent way to 
plug-in common controller logic (such as authentication, workflow, etc.) for all 
Struts actions in an application</p>
   <p><a href="http://struts.ditlinger.com/";><b>SSL Ext</b></a> by eBuilt, Inc.<b> 
</b>- Switch between using the http &amp; https protocols on a page by page basis. See 
README.txt.</p>
   <p><a href="http://sourceforge.net/projects/htmltable/";><b>HTMLTable framework for 
Struts framework</b></a> by Yuriy Zubarev - Incorporate look and feel and behaviour 
(in terms of columns order) of tables in XML configuration file with capabilities of 
properties inheritance. </p>
  @@ -26,7 +28,6 @@
   <p><a href="http://www.mycgiserver.com/~eboudrant/#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://jcorporate.com/";><b>Expresso</b></a> by jCorporate - Expresso 
provides a foundation set of reusable, standards-based Java software components 
designed to shorten time-to-delivery of Web applications, and is integrated with the 
Struts framework. See also <a 
href="http://www.xenonsoft.demon.co.uk/products/java.html";>Best Practice with Expresso 
Framework 4.0</a>.</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>
  @@ -35,7 +36,6 @@
   <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.htm";><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://www.livinglogic.de/Struts/";><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://home.earthlink.net/~dwinterfeldt/";><b>Struts Validator</b></a> 
[Now bundled with Struts 1.1] 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>
   </section>
   
  
  
  
  1.7       +1 -1      jakarta-struts/doc/resources/guis.xml
  
  Index: guis.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/guis.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- guis.xml  9 Oct 2002 06:25:29 -0000       1.6
  +++ guis.xml  7 Nov 2002 16:53:54 -0000       1.7
  @@ -10,6 +10,7 @@
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
   
   <section name="Code Generators and GUIs">
  +<p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 3.0</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
   <p><a href="http://www.synthis.com/products/adalon/overview.jsp";><b>Adalon</b></a> 
- Adalon is a next generation functional design tool that fills the gaps left by 
today's market leading software design products. </p>
   <p><a href="http://easystruts.sourceforge.net/";><b>Easy Struts</b></a> by Emmanuel 
Boudrant - The aim of this project is to provide a bunch of development tools, for 
Eclispe v2.0 and Borland JBuilder 5-7, in order to facilitate the development of a 
Struts application. A GUI editor for struts-config.xml files is available in Eclipse 
2.0 plugin.</p>
   <p><a href="http://www.solanasoft.com";><b>JForms:</b></a> a visual tool for 
Struts-based Web forms.</p>
  @@ -18,7 +19,6 @@
   <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://rivernorth.sourceforge.net";><b>Struts Builder</b></a> by 
RiverNorth - an Opensource tool (GPL license) originally developed for internal use to 
aid in development of Struts-based web applications (1.1 style).</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://www.jamesholmes.com/struts/";><b>Struts Console</b></a> by James 
Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Sun Forte for Java, NetBeans, 
Borland JBuilder, and Oracle JDeveloper 9i. </p>
   <p><a href="http://husted.com/struts/resources/StrutsGen.htm";><b>Struts Gen</b></a> 
by Cyberzombie - A rudimentary wrapper tool for value objects.</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://www.alien-factory.co.uk/struts/struts-index.html";><b>Struts 
GUI</b></a> by Alien-Factory - Alien-Factory's Struts GUI for Microsoft Visio is 
essentially a Visio Stencil with Visual Basic Macros.</p>
  
  
  
  1.6       +1 -1      jakarta-struts/doc/resources/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 31 Aug 2002 13:20:22 -0000      1.5
  +++ index.xml 7 Nov 2002 16:53:54 -0000       1.6
  @@ -20,7 +20,7 @@
   
    <ul>
       <li><a href="models.html">Data Access Systems</a></li>
  -    <li><a href="views.html">Presentation Systems</a></li>
  +    <li><a href="views.html">Presentation Systems</a> (XLST, Velocity)</li>
       <li><a href="guis.html">Code Generators and GUIs</a></li>
       <li><a href="taglibs.html">Contributor Taglibs</a></li>
       <li><a href="extensions.html">Contributor Extensions</a></li>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to