You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/03/05 03:26:55 UTC

cvs commit: jakarta-struts/doc resources.xml news_2002.xml index.xml

husted      02/03/04 18:26:54

  Modified:    doc      resources.xml news_2002.xml index.xml
  Log:
  Routine updates.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-struts/doc/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/resources.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resources.xml	3 Mar 2002 01:45:23 -0000	1.2
  +++ resources.xml	5 Mar 2002 02:26:54 -0000	1.3
  @@ -131,7 +131,7 @@
   
   
   <section href="articles" name="Articles">
  -<p><a href="http://stealthis.athensgroup.com/presentations/Model_Layer_Framework/Struts_Whitepaper.doc"><b>Using Struts</b></a> (Word document) by Larry Maturo</p>
  +<p><a href="http://stealthis.athensgroup.com/presentations/Model_Layer_Framework/Struts_Whitepaper.pdf"><b>Using Struts</b></a> (PDF) by Larry Maturo</p>
   <p><a href="http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html"><b>Mix protocols transparently in Web applications</b></a> by Steve Ditlinger.</p>
   <p><a href="http://www.theserverside.com/events/videos/CraigMcClanahan/dsl/interview.html"><b>About Struts Interview With Craig McClanahan</b></a> - The Server Side.</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>
  
  
  
  1.4       +42 -4     jakarta-struts/doc/news_2002.xml
  
  Index: news_2002.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/news_2002.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news_2002.xml	3 Mar 2002 02:04:18 -0000	1.3
  +++ news_2002.xml	5 Mar 2002 02:26:54 -0000	1.4
  @@ -13,8 +13,26 @@
   
   <section name="News &amp; Status">
   
  -<h3>01 Mar 2002  - Simper 0.2</h3>
   
  +<h3><a name="20020304"></a>04 March 2002 - Best Practice with Expresso-Struts Framework</h3>
  +<p>
  +In this article, Peter Pilgrim looks at the best practice of using a popular web
  +application toolkit, The Expresso Framework. The Expresso Framework, until version 3, had its
  +own Model View Controller engine. It now  integrates Struts, further reducing the amount of
  +code that developers need to write. As well as having an  MVC framework, Struts also has its
  +own powerful custom tag actions. Custom tag libraries and their powerful bean introspection
  +core further reduce the total amount of Java scriptlets in Java Server Pages."
  +</p>
  +<p>
  +<a href="http://www.theserverside.com/resources/article.jsp?l=Expresso-Struts">
  +HTML</a> | 
  +<a href="http://www.theserverside.com/resources/articles/Expresso-Struts/Expresso_Framework_Struts.pdf">
  +PDF</a>
  +</p>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20020301"></a>01 March 2002 - Simper 0.2</h3>
   <p>
   Simper is a simple JDBC persistence mechanism for Java web apps. It
   features many of the interesting features of EJB, such as automatic
  @@ -35,7 +53,7 @@
   <hr size="1" noshade=""/>
   
   
  -<h3>28 February 2002 - Struts Whitepaper</h3>
  +<h3><a name="20020228.3"></a>28 February 2002 - Struts Whitepaper</h3>
   <p>
   I've been collecting, in a document, Struts examples 
   and know how while I have been learning Struts.  I 
  @@ -59,7 +77,7 @@
   <hr size="1" noshade=""/>
   
   
  -<h3>28 February 2002 - Struts Workflow Extension Package</h3>
  +<h3><a name="20020228.2"></a>28 February 2002 - Struts Workflow Extension Package</h3>
   <p>
   To all struts users!
   </p>
  @@ -92,7 +110,7 @@
   <hr size="1" noshade=""/>
   
   
  -<h3>28 February 2002 - Tutorial for implementing i18n</h3>
  +<h3><a name="20020228"></a>28 February 2002 - Tutorial for implementing i18n</h3>
   <p>
   I have posted a simple step by step tutorial of getting internationalization
   working with Struts.
  @@ -104,6 +122,26 @@
   </p>
   <p>
   I welcome any comments, as I intend on improving it where necessary.
  +</p>
  +<hr size="1" noshade=""/>
  +
  +
  +<h3><a name="20020223"></a>23 February 2002 - New Plugin mechanism</h3>
  +<p>
  +A new lightweight PlugIn mechanism is now available in the nightly build.
  +</p>
  +<p>
  +<a href="http://www.mail-archive.com/struts-dev%40jakarta.apache.org/msg05002.html">
  +http://www.mail-archive.com/struts-dev%40jakarta.apache.org/msg05002.html</a>
  +</p>
  +<p>
  +The PlugIn API is somewhat stripped down compared to the ServiceManager, so
  +it's possible that it won't meet your needs. The ServiceManager itself has
  +largely been moved to Jakarta Commons, and is currently in the sandbox:
  +</p>
  +<p>
  +<a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/services/">
  +http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/services/</a>
   </p>
   <hr size="1" noshade=""/>
   
  
  
  
  1.21      +1 -1      jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml	3 Mar 2002 05:32:44 -0000	1.20
  +++ index.xml	5 Mar 2002 02:26:54 -0000	1.21
  @@ -263,7 +263,7 @@
     will have to do this for you, and it may never get done. (Sad but true.) If you 
     are submitting new material, it is important to decide exactly where you would 
     put this in relation to the rest of the documentation. Someone has to figure that 
  -  out before it can added, and that someone might as well you.
  +  out before it can added, and that someone might as well be you.
     </p>
     <p>
     New additions for the Resources page should posted as an enhancement request to 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>