husted      2003/08/30 07:59:50

  Modified:    doc      status.xml
               doc/resources examples.xml extensions.xml taglibs.xml
                        tools.xml utilities.xml views.xml
  Log:
  Routine updates
  
  Revision  Changes    Path
  1.39      +8 -2      jakarta-struts/doc/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/status.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- status.xml        30 Aug 2003 02:45:34 -0000      1.38
  +++ status.xml        30 Aug 2003 14:59:50 -0000      1.39
  @@ -84,7 +84,8 @@
       </p>
   
       <p>
  -        Throughout the 1.x series, there will be a continued emphasis on expanding 
unit test coverage for the framework.
  +        Throughout the 1.x series, there will be a continued emphasis on expanding 
unit test coverage for the
  +        framework.
           Bug reports should include a failing test case when possible.
           Proposals for new features should include a working test suite.
           (Creating features through Test Driven Development is strongly encouraged.)
  @@ -338,6 +339,11 @@
           <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/";>Commons Chain of 
Responsiblity
           package</a>
           </li>
  +
  +        <li>
  +        <a 
href="http://cvs.apache.org/viewcvs/jakarta-struts/contrib/struts-chain/";>CoRe Request 
Processor</a>
  +        </li>
  +
   
           <li>
           <a href="proposals/release-plan_1_2_0.html">Release Plan 1.2.0</a> -- 
unratified DRAFT document
  
  
  
  1.8       +4 -0      jakarta-struts/doc/resources/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/examples.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- examples.xml      29 Aug 2003 16:50:08 -0000      1.7
  +++ examples.xml      30 Aug 2003 14:59:50 -0000      1.8
  @@ -10,6 +10,10 @@
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
   
   <section name="Projects and Examples">
  +
  +<p><a href="http://www.codeczar.com/products/logweb/index.html";>LogWeb</a> by 
Nathan Coast - A Struts webapp for configuring Log4J at runtime within a servlet 
container.</p>
  +<p><a href="http://raibledesigns.com/wiki/Wiki.jsp?page=StrutsResume";><b>Struts 
Resume</b></a> by Matt Raible - A resume hosting application built using AppFuse.</p>
  +<p><a href="http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuse";><b>AppFuse</b></a> 
by Matt Raible - Demonstrates how to use XDoclet with Struts to generate your Forms, 
web.xml, struts-config.xml, and validation.xml. AppFuse also shows how you can use the 
different security packages (i.e. form-based authentication, SSLExt) and advanced 
Struts techniques (i.e. Tiles, Validator) to build your webapps. AppFuse integrates 
with Hibernate on the backend to do database persistence.</p>
   <p><a href="http://www.reumann.net/do/struts/main";><b>Struttin' with Struts</b></a> 
by Rick Reumann - How to use iBATIS Database Layer with Struts, lessons and 
examples.</p>
   <p><a href="http://www.ajug.org/meetings/download/struts_demo.zip";><b>AJUG 
Presentation Demo Application</b></a> by Chuck Cavaness - The demo application uses 
OJB and Hypersonic.</p>
   <p><a 
href="http://www.ehatchersolutions.com/JavaDevWithAnt/";><b>JavaDevWithAnt</b></a> by 
Erik Hatchter - Demonstrates using Ant, XDoclet, Struts, JUnit, Cactus, and Lucene 
within the same application.</p>
  
  
  
  1.13      +4 -1      jakarta-struts/doc/resources/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/extensions.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- extensions.xml    29 Aug 2003 16:50:08 -0000      1.12
  +++ extensions.xml    30 Aug 2003 14:59:50 -0000      1.13
  @@ -12,12 +12,15 @@
   <p><a href=""></a> by . </p>
   -->
   <section name="Contributor Extensions">
  +<p><a href="http://struts.sf.net/strutsdoc/";><b>StrutsDoc</b></a> - A JavaDoc-type 
documentation tool for Struts and Struts-related configuration files</p>
  +<p><a href="http://www.twdata.org/struts-wildcard/";>Wildcard-Matched Actions</a> by 
Don Brown - Allows wildcards to be used in Struts 1.1+ action mappings.</p>
  +<p><a href="http://alphaworks.ibm.com/tech/strutsscripting";>Struts Action 
Scripting</a> by IBM AlphaWorks - a Struts plug-in that allows development of Struts 
actions using the power and simplicity of any favorite scripting language.</p>
   <p><a href="http://struts.sf.net";><b>Scriptable Actions</b></a> by Don Brown - 
Allows Struts Actions to be written in the scripting language of one's choice rather 
than as Java classes. It uses the <a href="http://jakarta.apache.org/bsf";>Beans 
Scripting Framework</a> to allow scripts to be written in any language BSF supports 
like Python (using <a href="http://www.jython.org/";>Jython</a>), Ruby (using <a 
href="http://jruby.sourceforge.net/";>JRuby</a>), JavaScript (using <a 
href="http://www.mozilla.org/rhino/";>Rhino</a>), or <a 
href="http://www.beanshell.org";>BeanShell</a>.</p>
  +<p><a href="http://jcorporate.com/";><b>Expresso 5.0.3</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://sourceforge.net/projects/imagebuttonbean/";><b>ImageButtonBeanManager</b></a>
 by Ken Fitzpatrick. Combines the HTML Image Tag and the ImageButtonBean class in a 
manner analgous to the Struts HTML Submit Tag.</p>
   <p><a href="http://dynclass.sourceforge.net/";><b>dynclass.sourceforge.net</b></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";><b>JDeveloper9i 9.0.3 
w/ Struts, J2EE 1.3, et. al.</b></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>
  
  
  
  1.6       +1 -1      jakarta-struts/doc/resources/taglibs.xml
  
  Index: taglibs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/taglibs.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- taglibs.xml       29 Aug 2003 22:13:16 -0000      1.5
  +++ taglibs.xml       30 Aug 2003 14:59:50 -0000      1.6
  @@ -11,7 +11,7 @@
   
   <section name="Contributor Taglibs">
   <p><a 
href="http://jakarta.apache.org/builds/jakarta-struts/release/struts-faces/";>Struts 
Java Server Faces tablib (early release)</a></p>
  -<p><a href="http://www.keyboardmonkey.com/next";><b>Nested Taglib</b></a> [Also 
included in Struts 1.1] by Arron Bates - More efficient markup of beans and their 
nested children (linked site provides library for previous struts versions).</p>
  +<p><a href="http://www.keyboardmonkey.com/next";><b>Nested Taglib v2</b></a> [Also 
included in Struts 1.1] by Arron Bates - More efficient markup of beans and their 
nested children (linked site provides library for previous struts versions).</p>
   <p><a href="http://www.mycgiserver.com/~eboudrant/#regexp";><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. <font size="1"> (For additional tips regarding Websphere 3.5 see <a 
href="../userGuide/installation-was352-x.html">http://jakarta.apache.org/struts/installation-was352-x.html</a>.)</font></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>
  
  
  
  1.11      +8 -9      jakarta-struts/doc/resources/tools.xml
  
  Index: tools.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/tools.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- tools.xml 29 Aug 2003 16:50:09 -0000      1.10
  +++ tools.xml 30 Aug 2003 14:59:50 -0000      1.11
  @@ -40,10 +40,11 @@
   <section name="IDE Plugins (Eclipse)">
   <p><a href="http://www.strecl.com/";><b>STRECL</b></a> - A set of tools offering 
easier utilization of Struts framework, two-way editing of XML files, code generation 
using wizards (JDBC DAO), JSP editor and many other functions. Oct 16: JSP editor 
(beta version) is released.</p>
   <p><a 
href="http://www.improve-technologies.com/alpha/struts-config-editor/";><b>Improve 
Struts Configuration File Editor></b></a> - struts-config graphical view</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 
Eclipse 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://easystruts.sourceforge.net/";><b>Easy Struts 0.6.4</b></a> by 
Emmanuel Boudrant - The aim of this project is to provide a bunch of development 
tools, for Eclipse 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.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 Eclipse, IBM WSAD, IntelliJ 
IDEA, JBuilder, NetBeans, Oracle JDeveloper and Sun One Studio (Forte).</p>
   <p><a href="http://sourceforge.net/projects/tinman";><b>Tinman Project:</b></a> 
Essential Java Documentation</p>
   <p><a href="http://www.sysdeo.com/eclipse/tomcatPlugin.html";><b>Tomcat Launcher 
Plugin</b></a> by Sysdeo</p>
  +<p><a href="http://www.eclipse.org/webtools/";>Eclipse Web Tools</a></p>
   <p><a href="http://eclipse-plugins.2y.net/eclipse/";><b>More plugins for Eclipse</b> 
...</a></p>
   </section>
   
  @@ -53,22 +54,20 @@
   </section>
   
   <section name="Visual Tools (GUIs)">
  +<p><a href="http://www.alien-factory.co.uk/strutsgui/";><b>Struts GUI 3.2.3</b></a> 
by Alien-Factory - Alien-Factory's Struts GUI for Microsoft Visio is essentially a 
Visio Stencil with Visual Basic Macros.</p>
  +<p><a href="http://www.exadel.com/products_strutsstudio.htm";><b>Struts Studio 
4.7</b></a> by Exadel Inc. - A visual drag-and-connect approach to rapid development 
of Struts web applications.</p>
  +<p><a href="http://www.jamesholmes.com/struts/";><b>Struts Console 4.0.4</b></a> by 
James Holmes. The Struts Console is a standalone Java Swing application for managing 
Struts-based applications, including plugin support for Eclipse, IBM WSAD, IntelliJ 
IDEA, JBuilder, NetBeans, Oracle JDeveloper and Sun One Studio (Forte).</p>
   <p><a 
href="http://www.objectventure.com/products/objectassembler.html";><b>ObjectAssembler 
2.5 Pro</b></a> by ObjectVentur - supports the development of Struts applications, a 
popular open source web application framework that is part of Apache's Jakarta 
Project. The same visual development and code synchronization available with J2EE 
components are available for Struts components.</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 Eclipse, IBM WSAD, IntelliJ 
IDEA, JBuilder, NetBeans, Oracle JDeveloper and Sun One Studio (Forte).</p>
  -<p><a href="http://www.solanasoft.com";><b>JForms:</b></a> a visual tool for 
Struts-based Web forms.</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://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://www.alien-factory.co.uk/strutsgui/";><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>
  -<p><a href="http://www.exadel.com/products_strutsstudio.htm";><b>Struts 
Studio</b></a> by Exadel Inc. - A visual drag-and-connect approach to rapid 
development of Struts web applications.</p>
  +<p><a href="http://www.scioworks.com/scioworks_camino.html";><b>Scioworks Camino 
3</b></a> by Scioworks Pte Ltd. - A visual tool for Struts. </p>
  +<p><a href="http://rivernorth.sourceforge.net";><b>Struts Builder 0.4b</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>
   </section>
        
   <section name="Code Generators">
  -<p><a href="http://www.javanovic.com";><b>Karapan Sapi:</b></a> open source 
generator software for the Struts framework.</p>
  +<p><a href="http://www.javanovic.com";><b>Karapan Sapi 1.1.2:</b></a> open source 
generator software for the Struts framework.</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://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://xsltgenerator.sourceforge.net/";><b>Struts XSLT Code 
Generator</b></a> by Shengmeng Liu - An XSLT based code generator for Struts, 
completely based on the XSLT transformation and a set of stylesheet files. Ideally, 
users can customize the stylesheet for each type of Struts files  to have templates of 
their own without having to access the source code and recompile it.</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://www.objectwave.com/html/tools/tool1_3.htm";><b>X2J</b></a>  by 
Objectwave - A code generation tool for building Struts applications. It includes 
wizard for easily creating JSPs, and the required Action and ActionForm classes as 
well as graphical tools for updating the config file. </p>
   </section>
   
  
  
  
  1.4       +5 -0      jakarta-struts/doc/resources/utilities.xml
  
  Index: utilities.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/utilities.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- utilities.xml     29 Aug 2003 20:14:19 -0000      1.3
  +++ utilities.xml     30 Aug 2003 14:59:50 -0000      1.4
  @@ -12,6 +12,11 @@
   <section name="Other Struts-Related Utilities">
   
       <p>
  +        <a href="http://www.jplates.com/";>JPlates</a> produces standards-based 
software tools that dramatically improve
  +        productivity for all template-based applications, including Struts 
JSP/Velocity/XLST applications.
  +    </p>
  +
  +    <p>
           <a href="http://ultrawork.org/wtk/index.html";><b>Web Toolkit</b></a> - 
provides a component-based approach to
           building markup-driven applications (not Struts specific). Alternative to 
the Template and Tiles taglibs.
       </p>
  
  
  
  1.7       +1 -0      jakarta-struts/doc/resources/views.xml
  
  Index: views.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/views.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- views.xml 29 Aug 2003 16:50:09 -0000      1.6
  +++ views.xml 30 Aug 2003 14:59:50 -0000      1.7
  @@ -14,6 +14,7 @@
   <section name="Presentation Systems">
   <p><a href="http://struts.sf.net";><b>Cocoon Plugin</b></a> by Don Brown. Integrates 
<a href="http://cocoon.apache.org";>Apache Cocoon</a> into the Struts 1.1+ framework.  
Struts forwards can be passed to Cocoon to be rendered in Cocoon XML pipelines.  Works 
alongside traditional Struts forwards.</p>
   <p><a 
href="http://jakarta.apache.org/velocity/tools/struts/";><b>VelocityStruts</b></a> by 
the <a href="http://jakarta.apache.org/velocity";>Velocity</a> Team. The VelocityStruts 
sub-project of <a href="http://jakarta.apache.org/velocity/tools";>Velocity Tools</a> 
integrates Velocity with Struts and enables the use of velocity templates 
interchangeably with JSP pages for the view layer.</p>
  +<p><a href="http://freemarker.sourceforge.net/";><b>FreeMarker 2.2.3</b></a> - 
"template engine"; a generic tool to generate text output (anything from HTML or RTF 
to autogenerated source code) based on templates).</p>
   <p><a href="http://it.cappuccinonet.com/strutscx";><b>StrutsCX: Struts with Castor 
XML and XSLT</b></a> by Bernhard Woehrlin</p>
   <p><a href="http://stxx.sourceforge.net";><b>Stxx</b></a> - Stxx is an extension to 
Struts, extending its existing functionality to help Action classes build XML that 
will be transformed by technologies like XSL and <a 
href="http://jakarta.apache.org/velocity/anakia.html";>Velocity (Anakia)</a>.</p>
   <p><a href="http://xsltgenerator.sourceforge.net/";><b>Struts XSLT Code 
Generator</b></a> by Shengmeng Liu - An XSLT based code generator for Struts, 
completely based on the XSLT transformation and a set of stylesheet files. Ideally, 
users can customize the stylesheet for each type of Struts files  to have templates of 
their own without having to access the source code and recompile it.</p>
  
  
  

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

Reply via email to