You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/07/17 03:29:21 UTC

cvs commit: jakarta-velocity-tools/docs/struts index.html

nbubna      2003/07/16 18:29:20

  Modified:    docs/struts index.html
  Log:
  sync to xdocs
  
  Revision  Changes    Path
  1.3       +48 -1     jakarta-velocity-tools/docs/struts/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/struts/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	9 Jul 2003 23:48:54 -0000	1.2
  +++ index.html	17 Jul 2003 01:29:20 -0000	1.3
  @@ -50,6 +50,7 @@
   <ul>
           <li><a href="index.html">Overview</a></li>
       <li><a href="index.html#Benefits">Benefits</a></li>
  +    <li><a href="index.html#What About Struts 1.1?">What About 1.1?</a></li>
       <li><a href="../index.html#Download">Download</a></li>
       <li><a href="userguide.html">User Guide</a></li>
       <li><a href="userguide.html#Installation">Installation</a></li>
  @@ -95,7 +96,7 @@
           offer built-in support for Velocity templates. This project 
           provides the minimal glue necessary to give Struts developers 
           an alternative to JSP. </p>
  -<p><img src="../../docs/images/velstruts_diag1.png" border="0"/></p>
  +<p><img src="../images/velstruts_diag1.png" border="0"/></p>
   <p><strong>Diagram 1.</strong> Comparison of JSP and Velocity for 
           the view layer in a Struts application.</p>
   <p>As we follow the typical Struts process flow in Diagram 1, 
  @@ -198,6 +199,52 @@
             even better.</i>"</p>    
           </blockquote>
           </p>
  +
  +    </td>
  +  </tr>
  +</table>
  +<table border="0" cellspacing="0" cellpadding="2" width="100%">
  +  <tr>
  +    <td colspan="2" bgcolor="#525D76">
  +      <font color="#ffffff" face="arial,helvetica.sanserif">
  +      <a name="What About Struts 1.1?">
  +      <strong>What About Struts 1.1?</strong></a></font>
  +    </td>
  +  </tr>
  +  <tr>
  +    <td NOWRAP> &nbsp; &nbsp; &nbsp; &nbsp; </td>
  +    <td>
  +      <p>Ok, you might have noticed that the current VelocityStruts code doesn't
  +        offer <i>explicit</i> support for new Struts 1.1 features like Tiles integration,
  +        Validator integration, modules, or ActionMessages. Not to worry!  There are
  +        both reasons for this, resources for dealing with them, and changes coming soon.</p>
  +<p>Here's the rundown:</p>
  +<p>First off, you should know that there are a fair number of velocity-tools
  +        committers, contributors, and users already happily using VelocityStruts with 
  +        Struts 1.1 Final.  All of the VelocityStruts tools work just fine with the new 
  +        release.  There are no incompatibility issues to worry about there.</p>
  +<p>So, why haven't we developed tools for 1.1 features yet?  Well, one reason
  +        is simply that it was not released during most of Velocity Tools' development
  +        cycle so far.  Also, we have a number of users and contributors who cannot
  +        yet upgrade to 1.1 Final (generally due to problems of the PHB type).  As such,
  +        we have been intentional in keeping 1.1 features out of the code until we could
  +        release a 1.0 version of our own that Struts 1.0 users could work with.</p>
  +<p>Now, about support for the new features in Struts 1.1, here's a few tips to
  +        get you started while you wait for Velocity Tools 1.1:
  +        <ol>
  +          <li>There's a working ActionMessagesTool
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/whiteboard/nathan/">here</a></li>
  +          <li>Those missing Tiles should check out the
  +          <a href="http://jakarta.apache.org/velocity/tools/view/layoutservlet.html">VelocityLayoutServlet</a>
  +          or the disscusion <a href="http://www.mail-archive.com/struts-user@jakarta.apache.org/msg63487.html">here</a></li>
  +          <li>Wanna use Validator? There's some example code
  +          <a href="http://www.mail-archive.com/velocity-user@jakarta.apache.org/msg09167.html">here</a></li>
  +        </ol>
  +        </p>
  +<p>Hopefully, that's enough to get you going; more should be in the works soon.  
  +        We are eager to move forward with development in this area.  If you're interested, 
  +        you should come over to the velocity-dev list and help out! :-)</p>
  +<br clear="all"/>
   
       </td>
     </tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org