diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-08-01 15:11:30 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-08-01 15:11:30 +0000 |
commit | 636406d3d53bc27feb814c0a3e0df63cfd81c351 (patch) | |
tree | 86aa6499b26005d9681e72bade379be4d249c98a /lang/jakarta-commons-jelly/pkg-descr | |
parent | 3ab7cf9031cc137a04e1d5952da940abd36ede3a (diff) |
Notes
Diffstat (limited to 'lang/jakarta-commons-jelly/pkg-descr')
-rw-r--r-- | lang/jakarta-commons-jelly/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/jakarta-commons-jelly/pkg-descr b/lang/jakarta-commons-jelly/pkg-descr new file mode 100644 index 000000000000..db1b7e3c78e0 --- /dev/null +++ b/lang/jakarta-commons-jelly/pkg-descr @@ -0,0 +1,15 @@ +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 |