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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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.