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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.