11 Sep 2006 22:35
[ANNOUNCEMENT] Commons JEXL 1.1 released
Rahul Akolkar <rahul.akolkar <at> gmail.com>
2006-09-11 20:35:39 GMT
2006-09-11 20:35:39 GMT
The Apache Jakarta project would like to announce the release of Commons JEXL 1.1. JEXL is an Expression Language supporting most of the constructs in the JSP Expression Language, with some additional extensions. This release is available in either binary or source form from the following download page - http://jakarta.apache.org/site/downloads/downloads_commons-jexl.cgi For more information on Commons JEXL, see the project web site: http://jakarta.apache.org/commons/jexl/ Changes in this version include: New Features: ============= o Added Script and ScriptFactory to allow scripts to be executed from text, files or a URL. o Added implementation for bitwise operators: and, complement, or, xor. o Added implementation for the foreach statement. o Added implementation for the while statement. o Added implementation for block statements, e.g. curly braces containing multiple statements. o Added implementation for the if statement. o [JEXL-4] Support assignment to variables. Bugs fixed:(Continue reading)
RSS Feed