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 implements the JSP 2.2 maintenance release specification for full JEE6 compliance.
License
Apache License V2.0Follow Java Unified Expression Language
Other Useful Business Software
Earn up to 16% annual interest with Nexo.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Rate This Project
Login To Rate This Project
User Reviews
-
Hello, I'm having an issue in using this library with Apache tomcat 7.0 container. Class javax.el.Expression is overlapping with the class that is already available with el-api.2.2.jar that comes with the container. Is there any solution that can overcome this? May be recompiling with class name change?
-
First we were searching an lightweight el implemention for testing purposes. Now, we use juel also in non JSF invironments. Thank you very much!
-
I think that it's important to support Mojarra 2.1! It has some issues with it, for example, preRender method: <f:event type="preRenderView" listener="#{minhasMensagens.preRender}" />
-
Just did an informal benchmark of Java EL 2.x implementations. JUEL outperforms Glassfish by nearly 2×.
-
Nice work on this. Saved me a lot of time. Works great.