husted      2003/08/29 09:50:09

  Modified:    doc      learning.xml project.xml volunteers.xml
               doc/resources examples.xml extensions.xml tools.xml
                        tutorials.xml views.xml
  Log:
  Routine updates
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-struts/doc/learning.xml
  
  Index: learning.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/learning.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- learning.xml      29 Aug 2003 14:27:24 -0000      1.11
  +++ learning.xml      29 Aug 2003 16:50:08 -0000      1.12
  @@ -220,10 +220,10 @@
       </p>
   
       <p>
  -        The <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages";>Struts Wiki</a> 
is a relatively
  +        The Struts <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages";><b>Wiki</b></a> 
is a relatively
           new addition to our documentation.
           Any member of the community (that means you!) is invited to post new 
material to the Wiki.
  -        However, the Wiki is not the place to ask questions of your own.
  +        However, the Wiki is not the place to ask incidental questions.
           <b>All support questions should be directed to the <a href="Lists">Struts 
User list</a> or
           <a href="resources/resources.html">other support forum</a></b>.
       </p>
  
  
  
  1.40      +4 -0      jakarta-struts/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml       29 Aug 2003 14:27:24 -0000      1.39
  +++ project.xml       29 Aug 2003 16:50:08 -0000      1.40
  @@ -34,6 +34,10 @@
                name="Roadmap"
               href="status.html"
               />
  +        <item
  +             name="Releases"
  +            href="releases.html"
  +            />
   </menu>
   
       <menu name="Community">
  
  
  
  1.31      +10 -17    jakarta-struts/doc/volunteers.xml
  
  Index: volunteers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/volunteers.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- volunteers.xml    29 Aug 2003 14:27:24 -0000      1.30
  +++ volunteers.xml    29 Aug 2003 16:50:08 -0000      1.31
  @@ -12,29 +12,22 @@
       <section name="Community Support" href="support">
   
           <p>
  -            As of June 25, 2003, there were 2744 subscribers to STRUTS-USER (plus 
an unknown
  -            number who read it through newsfeed mirrors).  It's the largest
  -            user mailing list at Jakarta, exceeding TOMCAT-USER that has ~2400.
  +            In June 2003, there were nearly 2800 subscribers to STRUTS-USER.
  +            It's the largest user mailing list at Jakarta, exceeding the 
TOMCAT-USER list of about 2400 subscribers.
  +            In addition to the regular subscribers, an unknown number of developers 
read the lists through newsfeed
  +            mirrors and through several list archives.
           </p>
   
           <p>
  -            Since Apache now uses a mirroring system, the precise number of 
downloads counts
  -            is unknown, but in the Summer of 2002, Struts was averaging
  -            8500 downloads per month. In liklihood, we well exceed that now.
  +            According to recently released
  +            <a 
href="http://www.apache.org/~vgritsenko/stats/projects/struts";>statistics</a>, Struts 
downloads range
  +            between 10,000 and 30,000 a week, roughly the same as Jakarta Tomcat.
           </p>
   
           <p>
  -            Some high level traffic statistics for the Struts web site
  -            are
  -            <a href="http://www.apache.org/~vgritsenko/stats/index.html";>
  -            now available.</a>
  -        </p>
  -
  -        <p>
  -            There are a great number of third-party extensions are available for 
Struts,
  -            along with an equally vast number of articles and books.
  -            We try to list as many of these as we can in the
  -            <a href="resources/index.html">Resources area</a>.
  +            There are a great number of third-party extensions are available for 
Struts, along with an equally vast
  +            number of articles and several books
  +            We try to list as many of these as we can in the <a 
href="resources/index.html">Resources area</a>.
           </p>
   
       </section>
  
  
  
  1.7       +1 -1      jakarta-struts/doc/resources/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/examples.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- examples.xml      12 Aug 2003 09:50:54 -0000      1.6
  +++ examples.xml      29 Aug 2003 16:50:08 -0000      1.7
  @@ -10,7 +10,7 @@
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
   
   <section name="Projects and Examples">
  -<p><a href="http://www.reumann.net/do/struts/main";><b>Struttin' with Struts</b></a> 
by Rick Reumann - Struts lessons and examples.</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>
   <p><a href="http://basicportal.sourceforge.net/";><b>basicPortal</b></a> by Vic 
Cekvenich - Sample Struts + JSTL Vertical apps</p>
  
  
  
  1.12      +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- extensions.xml    11 Aug 2003 23:51:03 -0000      1.11
  +++ extensions.xml    29 Aug 2003 16:50:08 -0000      1.12
  @@ -12,10 +12,11 @@
   <p><a href=""></a> by . </p>
   -->
   <section name="Contributor Extensions">
  +<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://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";>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://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>
  @@ -38,7 +39,6 @@
   <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://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>
  -<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>
   </section>
   
   </chapter></body></document>
  
  
  
  1.10      +5 -5      jakarta-struts/doc/resources/tools.xml
  
  Index: tools.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/tools.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tools.xml 25 Jul 2003 00:55:42 -0000      1.9
  +++ tools.xml 29 Aug 2003 16:50:09 -0000      1.10
  @@ -38,13 +38,13 @@
   </section>
   
   <section name="IDE Plugins (Eclipse)">
  -<p><a href="http://www.strecl.com/";>STRECL</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/";>Improve Struts 
Configuration File Editor</a> - struts-config graphical view</p>
  +<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://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";>Tinman Project:</a> Essential 
Java Documentation</p>
  -<p><a href="http://www.sysdeo.com/eclipse/tomcatPlugin.html";>Tomcat Launcher 
Plugin</a> by Sysdeo</p>        
  -<p><a href="http://eclipse-plugins.2y.net/eclipse/";>More plugins for Eclipse 
...</a></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://eclipse-plugins.2y.net/eclipse/";><b>More plugins for Eclipse</b> 
...</a></p>
   </section>
   
   <section name="IDE Plugins (other)">
  
  
  
  1.15      +1 -0      jakarta-struts/doc/resources/tutorials.xml
  
  Index: tutorials.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/tutorials.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- tutorials.xml     14 Jun 2003 18:25:45 -0000      1.14
  +++ tutorials.xml     29 Aug 2003 16:50:09 -0000      1.15
  @@ -10,6 +10,7 @@
   <chapter name="Struts Resources" href="http://husted.com/struts/resources";> 
   
   <section name="Tutorials">
  +<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://developer.java.sun.com/developer/Quizzes/misc.html";><b>The 
Struts Quiz</b></a> by Ted Husted - Part of an ongoing series at java.sun.com.</p>
   <p><a href="http://javaboutique.internet.com/tutorials/Swing/";><b>Struts meets 
Swing</b></a> by Keld H. Hansen - Learn how to add a Swing client to your Struts 
application.</p>
   <p><a href="http://www.projectrefinery.com/struts.html";><b>Introduction to 
Struts</b></a> by Roger W. Barnes - PowerPoint Presentation reviewing the basics of 
the Struts was architecture.</p>
  
  
  
  1.6       +2 -2      jakarta-struts/doc/resources/views.xml
  
  Index: views.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources/views.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- views.xml 11 Aug 2003 23:38:33 -0000      1.5
  +++ views.xml 29 Aug 2003 16:50:09 -0000      1.6
  @@ -12,12 +12,12 @@
   <p><a href=""><b></b></a> - </p>
   -->
   <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://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>
   <p><a 
href="http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html";><b>Boost 
Struts with XSLT and XML</b></a> By Julien Mercay and Gilbert Bouzeid.</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://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>
   </section>
   
   </chapter></body></document>
  
  
  

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

Reply via email to