Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2005 15:11:30 +0000 (UTC)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/jakarta-commons-jelly Makefile distinfo pkg-descr ports/lang/jakarta-commons-jelly/files jelly.sh.in
Message-ID:  <200508011511.j71FBUkB094674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hq          2005-08-01 15:11:30 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/jakarta-commons-jelly Makefile distinfo pkg-descr 
    lang/jakarta-commons-jelly/files jelly.sh.in 
  Log:
  Jelly is an XML based scripting engine. The basic idea is that XML elements can
  be bound to a Java Tag which is a Java bean that performs some function.
  
  Jelly is totally extendable via custom actions (in a similar way to JSP custom
  tags) as well as cleanly integrating with scripting languages such as Jexl,
  Velocity, pnuts, beanshell and via BSF (Bean Scripting Framework) languages
  like JavaScript & JPython.
  
  Jelly uses an XMLOutput class which extends SAX ContentHandler to output XML
  events. This makes Jelly ideal for XML content generation, SOAP scripting or
  dynamic web site generation. A single Jelly tag can produce, consume, filter or
  transform XML events. This leads to a powerful XML pipeline engine similar in
  some ways to Cocoon.
  
  WWW:    http://jakarta.apache.org/commons/jelly/index.html
  
  Revision  Changes    Path
  1.453     +1 -0      ports/lang/Makefile
  1.1       +54 -0     ports/lang/jakarta-commons-jelly/Makefile (new)
  1.1       +2 -0      ports/lang/jakarta-commons-jelly/distinfo (new)
  1.1       +15 -0     ports/lang/jakarta-commons-jelly/files/jelly.sh.in (new)
  1.1       +15 -0     ports/lang/jakarta-commons-jelly/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508011511.j71FBUkB094674>