husted      2002/11/07 05:03:50

  Modified:    doc/news index.xml
  Log:
  Updates.
  
  Revision  Changes    Path
  1.3       +149 -4    jakarta-struts/doc/news/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/news/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 7 Nov 2002 08:48:11 -0000       1.2
  +++ index.xml 7 Nov 2002 13:03:50 -0000       1.3
  @@ -111,7 +111,151 @@
   <hr size="1" noshade=""/>
   
   
  -<h3><a name="20020910"></a>ApplicationResources.properties from Database</h3>
  +
  +<h3><a name="20021105.2"></a>2002 Nov 05 - Struts Article on theServerSide.com</h3>
  +<p>
  +An article on Struts has been published on www.theServerSide.com. This
  +article titled 'Fast Track to Struts: What it Does and How' is primarily
  +written to assist new users get quickly familiar with Struts. It is
  +complementary to the information already available at
  +http://jakarta.apache.org/struts/userGuide/index.html. I am hoping that this
  +article will complement the efforts of the people already evangelizing
  +Struts adoption.
  +</p>
  +<p>
  +The introduction to the article is reproduced below.
  +</p>
  +<p>
  +Introduction<br />
  +------------<br />
  +The objective of this article is to introduce prospective Struts users to
  +the key benefits of using Struts, and at the same time illustrate its
  +configuration and usage semantics. We will define the requirements of a
  +robust presentation framework and simultaneously discuss how these
  +requirements are implemented in the Struts framework. We will also explore
  +the design patterns implemented by Struts, the semantics of the controller,
  +and the semantics of the associated helper components; this knowledge will
  +be useful when designing components that will interact with the framework,
  +and when there is a need for extending the framework for accommodating
  +special needs of a project. This article complements the information
  +available at http://jakarta.apache.org/struts.
  +</p>
  +<p>
  +For more visit<br />
  +<a href="http://www2.theserverside.com/home/thread.jsp?thread_id=16336";>
  +http://www2.theserverside.com/home/thread.jsp?thread_id=16336</a>
  +</p>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20021005.1"></a>2002 Nov 05 - Struts Workflow Extension Package 
0.9.2</h3>
  +<p>
  +The Bugfix-Version 0.9.2 of the Struts Workflow
  +Extension Package is now available.
  +The release received the following changes:
  +</p>
  +<ul>
  +<li>
  +  fix for a bug that caused an exception in GenericAction in very
  +special configuration situations
  +</li>
  +<li>
  +  bugfix in the test application's web.xml file, some containers
  +stumbled over
  +</li>
  +</ul>
  +<p>
  +For more information about this package visit
  +<a href="http://www.livinglogic.de/Struts/";>http://www.livinglogic.de/Struts/</a>.
  +</p>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20021101"></a>2002 Nov 01 - New Struts Article posted on OnJava</h3>
  +<p>
  +Sorry for the self promotion, but I thought this article
  +might help some on thes list. I wrote a Struts "lessons
  +learned" article for O'Reilly that contains information
  +that is discussed here on the list frequently, but never
  +hurts to be explained in more detail.
  +</p>
  +<p>
  +Here's the link to the article:<br />
  +<a href="http://www.onjava.com/pub/a/onjava/2002/10/30/jakarta.html";>
  +http://www.onjava.com/pub/a/onjava/2002/10/30/jakarta.html</a>
  +</p>
  +<p>
  +Enjoy,
  +</p>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20021030"></a>2002 Oct 30 - Struts Console version 3.0 is now 
available</h3>
  +<p>
  +<a href="http://www.jamesholmes.com/struts/";>http://www.jamesholmes.com/struts/</a>
  +</p>
  +<p>
  +Download Now:<br />
  +<a href="http://www.jamesholmes.com/struts/struts-console-3.0.zip";>
  +http://www.jamesholmes.com/struts/struts-console-3.0.zip</a><br />
  +  -- OR --<br />
  +<a href="http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz";>
  +http://www.jamesholmes.com/struts/struts-console-3.0.tar.gz</a></p>
  +<p>
  +Struts Console is FREE software.
  +</p>
  +<p>
  +Eclipse plugin support and Validator config file
  +support is finally here.  This release also makes
  +working with DynaActionForms more convenient.
  +</p>
  +<p>
  +Changes with Struts Console v3.0
  +</p>
  +<ul>
  +<li>
  +  Fixed bug where Forwards' "Configuration Class"
  +     attribute was incorrect.
  +</li>
  +<li>
  +  Added support for Validator config files.
  +</li>
  +<li>
  +  Added plugin support for Eclipse.
  +</li>
  +<li>
  +  Added support for "className" attribute of
  +&lt;data-source> elements.
  +</li>
  +<li>
  +  Added support for "className" attribute of
  +&lt;exception> elements.
  +</li>
  +<li>
  +  Added support for "className" attribute of
  +&lt;form-bean> elements.
  +</li>
  +<li>
  +  Added support for "className" attribute of
  +&lt;form-property> elements.
  +</li>
  +<li>
  +  Added support for adding &lt;set-property> elements
  +     to &lt;form-property> elements.
  +</li>
  +<li>
  +  Added drop down list of values for "Type" field
  +     of Form Properties for FormBeans.
  +</li>
  +<li>
  +  Added drop down list of values for
  +     FormBean's "Type" field.
  +</li>
  +</ul>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20020910"></a>2002 Sep 10 - ApplicationResources.properties from 
Database</h3>
   <p>
   For anyone interested, I have finished implementing DBMessageResources
   which allows you to keep the key-value pairs (from your
  @@ -149,7 +293,7 @@
   <hr size="1" noshade=""/>
   
   
  -<h3><a name="20020908"></a>French book</h3>
  +<h3><a name="20020908"></a>2002 Sep 08 - French book</h3>
   <p>A new book about UML named "Modéliser un site e-commerce en UML" from Pascal 
Roques will be available mid September.<br />
   Summary: <a 
href="http://www.dotnetguru.org/downloads/tabledesmatieres.pdf";>http://www.dotnetguru.org/downloads/tabledesmatieres.pdf</a>
   </p>
  @@ -215,7 +359,7 @@
   <hr size="1" noshade=""/>
   
   
  -<h3><a name="20020905"></a>Struts 1.1: Should I Upgrade?</h3>
  +<h3><a name="20020905"></a>2002 Sep 05 - Struts 1.1: Should I Upgrade?</h3>
   <p>
   Built on the success of Struts 1.0, Struts 1.1 beta was released in March
   this year and showcased at JavaOne 2002. This article describes the new
  @@ -258,7 +402,8 @@
   </p>
   <hr size="1" noshade=""/>
   
  -<h3><a name="20020902"></a>JDeveloper9i 9.0.3 w/ Struts, J2EE 1.3, et. al.</h3>
  +
  +<h3><a name="20020902"></a>2002 Sep 02 - JDeveloper9i 9.0.3 w/ Struts, J2EE 1.3, 
et. al.</h3>
   <p>
   A quick announcement for any Struts users who might be using
   (or might want to evaluate) Oracle's JDeveloper Java IDE.
  
  
  

--
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