Rahul Akolkar | 11 Sep 2006 22:35
Picon

[ANNOUNCEMENT] Commons JEXL 1.1 released

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)

Oliver Heger | 24 Sep 2006 12:41
Picon
Favicon

[ANNOUNCEMENT] Commons Configuration 1.3 Released

The Commons Configuration team is pleased to announce the availability
of the 1.3 release.

Commons Configuration provides a generic configuration interface which
enables an application to read configuration data from a variety of
sources, e.g. properties files, XML documents, JDBC datasources and many
more. More information can be found at the Configuration main site at
http://jakarta.apache.org/commons/configuration/

The new release adds many new features. Some highlights are:

- Support for XPATH expressions when querying properties from
hierarchical configurations
- The new DefaultConfigurationBuilder class as a hierarchical
alternative to ConfigurationFactory that allows for more configuration
options
- Support for configuration listeners that are notified about
modifications on a configuration object.

A full list of changes since the previous release can
be found in the change log at
http://jakarta.apache.org/commons/configuration/changes-report.html

Commons Configuration is available in either binary or source form from
the Configuration downloads page:
http://jakarta.apache.org/site/downloads/downloads_commons-configuration.cgi

(Please remeber to verify the provided checksums and/or signatures after
you have downloaded a distribution!)

(Continue reading)


Gmane