geirm       01/12/09 11:30:12

  Modified:    docs     Tag: VEL_1_2_BRANCH changes.html index.html
  Log:
  1.2 release updates
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.60.2.5  +25 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.60.2.4
  retrieving revision 1.60.2.5
  diff -u -r1.60.2.4 -r1.60.2.5
  --- changes.html      2001/11/08 04:31:30     1.60.2.4
  +++ changes.html      2001/12/09 19:30:12     1.60.2.5
  @@ -126,6 +126,21 @@
                                                       <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.2"><strong>1.2</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +1.2 was released on December 9, 2001.
  +</p>
  +                            </blockquote>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                    <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="1.2-rc3"><strong>1.2-rc3</strong></a>
           </font>
         </td></tr>
  @@ -137,6 +152,16 @@
   for a quick community check.  It is intended to be the final
   rc for the 1.2 release.
   </p>
  +                                                <ul>
  +  <li>
  +    Small fix to Velocity.java and VelocityEngine.java for
  +    invokeVelocimacro() - the were broken in the last major
  +    VM change (months ago) and no-one noticed. (gmj)
  +  </li>
  +  <li>
  +   Added notes re the new no-dep jar. (gmj)
  +  </li>
  +</ul>
                               </blockquote>
         </td></tr>
         <tr><td><br/></td></tr>
  
  
  
  1.55.2.1  +72 -2     jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.55
  retrieving revision 1.55.2.1
  diff -u -r1.55 -r1.55.2.1
  --- index.html        2001/09/27 04:23:40     1.55
  +++ index.html        2001/12/09 19:30:12     1.55.2.1
  @@ -115,7 +115,7 @@
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Velocity v1.2 Release Candidate 1 Released"><strong>Velocity 
v1.2 Release Candidate 1 Released</strong></a>
  +          <a name="Velocity v1.2 Released"><strong>Velocity v1.2 
Released</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -127,7 +127,7 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" 
height="32" />
      </td>
      <td>
  -   Release candidate 1 of version 1.2 of the 
  +   Version 1.2 of the
      Velocity Template Engine is now released.
      Combining contributions and improvements from throughout the 
      Velocity community, this version offers many new enhancements
  @@ -158,6 +158,12 @@
      <a href="changes.html">change log
      </a> for details.
   </p>
  +                                                <p>
  + <b>Note:</b>  Starting with this release, the distribution will contain
  + two pre-built jars, one with external dependencies included, and one
  + without.  Please see the <i>WHY_TWO_JARS.txt</i> note in the distribution
  + for more information.
  +</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -172,6 +178,70 @@
         <tr><td>
           <blockquote>
                                       <p>
  +  <strong>Luxor, Velocity-based XUL Toolkit Released</strong>
  +  <blockquote>
  +    Luxor is an open-source XML User Interface Language (XUL) toolkit for
  +    Java. Read more <a href="http://luxor-xul.sourceforge.net";>here</a>.
  +    <i>(2001-12-08)</i>
  +  </blockquote>
  +</p>
  +                                                <p>
  +<strong>Generate Code with Velocity in Borland's JBuilder </strong>
  +<blockquote>
  +  <a href="http://community.borland.com/article/0,1410,28086,00.html";>Read</a> 
  +  about how to use Velocity and Borland's OpenTools API to extend Borland's 
  +  JBuilder for template-based Java source code generation. <i>(2001-12-08)</i> 
  +</blockquote>
  +</p>
  +                                                <p>
  +<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.  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>
  +<strong>Velocidoc Released</strong>
  +<blockquote>
  +<a href="http://velocidoc.sourceforge.net/intro.html";>
  +Velocidoc</a>, a Velocimacro documentation tool modeled after
  +Javadoc, is now available.  Use Javadoc-style comments in your
  +Velocimacro libraries, and use Velocidoc to generate HTML 
  +documentation.
  +</blockquote>
  +</p>
  +                                                <p>
   <strong>New Apache Site Generated with Anakia</strong>
   <blockquote>
   The new web site of the 
  
  
  

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

Reply via email to