You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/04/24 16:02:21 UTC

cvs commit: jakarta-commons/xdocs components.xml jelly.xml

jstrachan    02/04/24 07:02:21

  Modified:    xdocs    components.xml jelly.xml
  Log:
  Updated Jelly's description
  
  Revision  Changes    Path
  1.23      +5 -3      jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- components.xml	23 Apr 2002 16:36:06 -0000	1.22
  +++ components.xml	24 Apr 2002 14:02:21 -0000	1.23
  @@ -203,8 +203,10 @@
       <!-- Jelly -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/jelly.html">Jelly</a></big></b></dt>
       <dd>
  -     Jelly implements a simple XML based scripting engine combining the best parts from JSP tags, JSTL, Velocity and XDoclets 
  -      template system into a simple engine that can be run from the command line, from inside Ant or in Servlets.
  +      Jelly is an XML based scripting and processing engine. Jelly borrows many 
  +      good ideas from both JSP custom tags, Velocity, Cocoon and the 
  +      scripting engine inside XDoclet. Jelly can be used from the command line, inside 
  +      Ant or inside a Servlet. 
       </dd>
       <!-- /Jelly -->
   
  @@ -218,7 +220,7 @@
       <!-- Messenger -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/messenger.html">Messenger</a></big></b></dt>
       <dd>
  -     Messenger provides a simple facade over the JMS API.
  +     Messenger is an easy to use and lightweight framework for working with JMS in the web tier.
       </dd>
       <!-- /Messenger -->
   
  
  
  
  1.2       +6 -2      jakarta-commons/xdocs/jelly.xml
  
  Index: jelly.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/jelly.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jelly.xml	4 Mar 2002 04:17:08 -0000	1.1
  +++ jelly.xml	24 Apr 2002 14:02:21 -0000	1.2
  @@ -37,8 +37,8 @@
     <b>Jelly</b> 
   </p>
   
  -<p>The <em>Jelly</em> package implements a simple XML tag based scripting 
  -engine. Jelly borrows many ideas from both JSP custom tags, Velocity and the 
  +<p><em>Jelly</em> is an XML based scripting and processing engine. Jelly borrows many 
  +good ideas from both JSP custom tags, Velocity, Cocoon and the 
   scripting engine inside XDoclet. Jelly can be used from the command line, inside 
   Ant or inside a Servlet. 
   </p>
  @@ -47,6 +47,10 @@
   Jelly is completely extendable via custom tags in a similar way to JSP. 
   Though Jelly is really simple and has no dependencies either Servlets or JSP.
   </p>
  +
  +<p>We hope Jelly can be both an XML processing and transformation engine, a HTTP 
  +/ JMS / SOAP scripting engine as well as an XML based unit testing framework for 
  +testing XML based applications and web services.</p>
   
   </section>
   
  
  
  

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