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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.