Saturday, August 17, 2002

Jelly

"Jelly is a Java and XML based scripting and processing engine. Jelly can be used as a more flexible front end to Ant such as in the Maven project, as a testing framework such as JellyUnit, in an intgration or workflow system such as werkflow or as a page templating system inside engines like Cocoon."

Jelly has the advantage of is that it isn't tied to JSPs, or Servlets. This allows you to use it for unit tests, Swing UIs, scripted build tasks or job scheduling. It also has XPath, Javascript and BSF support too.

They use Maven which is a nice replacement for CruiseControl.

http://jakarta.apache.org/commons/sandbox/jelly/index.html

No comments: