Library
Apache Jakarta Commons Jelly version 1.0
Jelly is a tool for turning XML into executable code. So Jelly is a Java and XML based scripting and processing engine. Jelly can be used as a more flexible and powerful front end to Ant such as in the Maven project, as a testing framework such as JellyUnit, in an intergration or workflow system such as werkflow or as a page templating system inside engines like Cocoon.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.jelly

This package contains the main jelly API classes.

org.apache.commons.jelly.expression

Implementations of the Expression classes using commons-jexl.

org.apache.commons.jelly.expression.jexl

Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.

org.apache.commons.jelly.expression.xpathNo description provided.
org.apache.commons.jelly.impl

Core implementation classes for Jelly.

org.apache.commons.jelly.parser

Jelly parsers both XML syntax and non-XML syntaxes are supported.

org.apache.commons.jelly.servlet

Classes for using Jelly on the Servlet platform.

org.apache.commons.jelly.tagsNo description provided.
org.apache.commons.jelly.tags.core

The core Tags from the JSTL plus Jelly extensions.

org.apache.commons.jelly.testNo description provided.
org.apache.commons.jelly.utilNo description provided.
org.apache.commons.jelly.xpathNo description provided.
Search