JUEL 2.2.7 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.6 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.5 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.4 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.3 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.2 has been released.
JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5.
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.... read more
JUEL 2.2.1 has been released.
JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release for EL 2.2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases.
JUEL 2.2.1 adds method MethodExpression.isParametersProvided(). This method was added silently to the API (wasn't mentioned anywhere prior to the final release of EE6) and forces this release... See change history for other, minor changes.
JUEL 2.2.0 final has been released.
JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release 2), which includes an API for method invocations. The new API replaces JUEL's proprietary mechanism for method invocations used in 2.1.x releases. The BeanELResolver class now provides a generic default for method invocations using reflection. ... read more
JUEL 2.2.0-rc3 has been released.
JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release 2), which includes an API for method invocations. The new API replaces JUELs proprietary API for method invocations used in past 2.1.x releases. The BeanELResolver class now provides a generic default for method invocations using reflection. ... read more
JUEL 2.1.3 has been released. JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). JUEL can be used as a standalone EL implementation or with Sun's GlassFish V2.
JUEL comes with its own implementation of EL API classes (javax.el). JUEL provides three jars: juel-api-2.1.x.jar, juel-impl-2.1.x.jar and juel-2.1.x.jar (api+impl).
This is a minor bugfix release.
JUEL 2.2.0-rc2 has been released.
JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245,
JUEL 2.2.0-rc1 has been released.
JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245).
JUEL 2.2.x implements changes for JEE 6 (refer to JSR 245, maintenance release 2), which includes an API for method invocations. The new API replaces JUELs proprietary API for method invocations used in past 2.1.x releases. The BeanELResolver class now provides a generic default for method invocations using reflection. Method invocations are disabled/enabled via the javax.el.methodInvocations property.
JUEL 2.1.2 has been released. JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). JUEL can be used as a standalone EL implementation or with Sun's GlassFish V2.
JUEL comes with its own implementation of EL API classes (javax.el). JUEL provides three jars: juel-api-2.1.x.jar, juel-impl-2.1.x.jar and juel-2.1.x.jar (api+impl).
This is a minor bugfix release.
JUEL 2.1.1 has been released. JUEL is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). JUEL can be used as a standalone EL implementation or with Sun's GlassFish V2.
Starting with this release, JUEL comes with its own implementation of EL API classes (javax.el). JUEL now provides three jars: juel-2.1.x-api.jar, juel-2.1.x-impl.jar and juel-2.1.x.jar (api+impl).
I'm pleased to announce JUEL 2.1.0 final.
JUEL is an implementation of the unified
expression language (EL) as specified by the
JSP 2.1 standard (JSR-245).
JUEL can be used as a standalone EL implementation or with Sun's GlassFish V2.
This is a major production release.