diff options
author | hq <hq@FreeBSD.org> | 2005-08-01 23:11:30 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-08-01 23:11:30 +0800 |
commit | 752ec63c3eae8677c7950ecedbad291aaa02f932 (patch) | |
tree | 7e2b39d5f2eb699cee72143867b972666f09a5e1 /lang/jakarta-commons-jelly/pkg-descr | |
parent | 035da23db3ebf9bc933b6ac4d9d6a38c6b4e3151 (diff) | |
download | freebsd-ports-gnome-752ec63c3eae8677c7950ecedbad291aaa02f932.tar.gz freebsd-ports-gnome-752ec63c3eae8677c7950ecedbad291aaa02f932.tar.zst freebsd-ports-gnome-752ec63c3eae8677c7950ecedbad291aaa02f932.zip |
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
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 |