geirm       01/11/22 05:23:51

  Modified:    xdocs    index.xml
               docs     index.html
  Log:
  Expand the section on Resin's Velocity-like syntax, based on the
  community feedback about this issue... we can iterate on this until
  everyone is happy.
  
  Revision  Changes    Path
  1.43      +32 -2     jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- index.xml 2001/11/17 17:51:32     1.42
  +++ index.xml 2001/11/22 13:23:51     1.43
  @@ -73,8 +73,38 @@
   <strong>Hey, Maybe We're On The Right Track After All...</strong>
   <blockquote>
   Give <a href="http://www.caucho.com/products/resin/ref/velocity.xtp";>this</a>
  -a read.  Of course, there are plenty of reasons why you still want to use
  -Velocity in creating your J2EE web applications, but this is nice to see anyway.
  +a read.  The latest version of <a href="http://www.caucho.com/";>Resin</a>, a 
  +popular servlet engine, has added what they call a "Velocity-like syntax" to their 
JSP 
  +implementation.  As they say on their site :
  +<blockquote>
  +<i>"The Resin-2.0.3 release allows an alternate JSP expression syntax similar to 
the Apache Velocity project that many find more maintainable than the JSP pointy 
brackets. Resin's syntax extension is compatible with the usual JSP features like tag 
libraries."
  +</i>
  +</blockquote>
  +
  +We do think that this is a step in the right direction for JSPs, making the page 
content easier to
  +write and maintain. 
  +<br/>
  +<br/>
  +However, we want to emphasize to users that this isn't the same thing as using
  +Velocity - this is a small subset of the Velocity syntax which 
  +was reimplemented in Resin.
  +<br/>
  +<br/>
  + Velocity is much more than an alternative syntax to the scriptlets and
  +tags found in JSPs - it's a full-featured templating engine, fully portable to any
  +J2EE servlet container, that offers many advanges over JSPs in the J2EE
  +web application environment.  It also an excellent templating tool
  +for other kinds of applications written in Java.
  +<br/>
  +<br/>
  +So if you are interested in portable alternatives to JSP, we strongly 
  +encourage you look deeper into what Velocity has to offer.
  +<br/>
  +<br/>
  +And if you must use JSPs and want to incorporate Velocity into your
  +current or new JSP-based web applications, take a look at our
  +<a href="veltag.html">Veltag</a> JSP taglib which allows the full 
  +power of Velocity in your JSPs.
   </blockquote>
   </p>
   
  
  
  
  1.64      +32 -2     jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- index.html        2001/11/17 17:51:32     1.63
  +++ index.html        2001/11/22 13:23:51     1.64
  @@ -194,8 +194,38 @@
   <strong>Hey, Maybe We're On The Right Track After All...</strong>
   <blockquote>
   Give <a href="http://www.caucho.com/products/resin/ref/velocity.xtp";>this</a>
  -a read.  Of course, there are plenty of reasons why you still want to use
  -Velocity in creating your J2EE web applications, but this is nice to see anyway.
  +a read.  The latest version of <a href="http://www.caucho.com/";>Resin</a>, a 
  +popular servlet engine, has added what they call a "Velocity-like syntax" to their 
JSP 
  +implementation.  As they say on their site :
  +<blockquote>
  +<i>"The Resin-2.0.3 release allows an alternate JSP expression syntax similar to 
the Apache Velocity project that many find more maintainable than the JSP pointy 
brackets. Resin's syntax extension is compatible with the usual JSP features like tag 
libraries."
  +</i>
  +</blockquote>
  +
  +We do think that this is a step in the right direction for JSPs, making the page 
content easier to
  +write and maintain. 
  +<br />
  +<br />
  +However, we want to emphasize to users that this isn't the same thing as using
  +Velocity - this is a small subset of the Velocity syntax which 
  +was reimplemented in Resin.
  +<br />
  +<br />
  + Velocity is much more than an alternative syntax to the scriptlets and
  +tags found in JSPs - it's a full-featured templating engine, fully portable to any
  +J2EE servlet container, that offers many advanges over JSPs in the J2EE
  +web application environment.  It also an excellent templating tool
  +for other kinds of applications written in Java.
  +<br />
  +<br />
  +So if you are interested in portable alternatives to JSP, we strongly 
  +encourage you look deeper into what Velocity has to offer.
  +<br />
  +<br />
  +And if you must use JSPs and want to incorporate Velocity into your
  +current or new JSP-based web applications, take a look at our
  +<a href="veltag.html">Veltag</a> JSP taglib which allows the full 
  +power of Velocity in your JSPs.
   </blockquote>
   </p>
                                                   <p>
  
  
  

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

Reply via email to