aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-08-01 23:11:30 +0800
committerhq <hq@FreeBSD.org>2005-08-01 23:11:30 +0800
commit752ec63c3eae8677c7950ecedbad291aaa02f932 (patch)
tree7e2b39d5f2eb699cee72143867b972666f09a5e1 /lang/Makefile
parent035da23db3ebf9bc933b6ac4d9d6a38c6b4e3151 (diff)
downloadfreebsd-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/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 88c9054e91ce..6e324f60b728 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -115,6 +115,7 @@
SUBDIR += intercal
SUBDIR += ironpython
SUBDIR += itcl
+ SUBDIR += jakarta-commons-jelly
SUBDIR += jruby
SUBDIR += jython
SUBDIR += kawa