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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.