The commons-jelly team is pleased to announce the commons-jelly 1.0-RC1 release! http://jakarta.apache.org/commons/jelly/ Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. Changes in this version include: New Features: o Add Regexp taglib Issue: JELLY-49. Fixed bugs: o Huge memory leak resulting from the use of ThreadLocal. Issue: JELLY-148. Thanks to Hans Gilde. o Character data is flushed by XMLOuput while XML data isn't. Issue: JELLY-138. o Scripts set the context URL when executing so that resources are found relative to the current script. Issue: JELLY-45. Changes: o Move to beanutils 1.7.0. Have fun! -The commons-jelly team