Unified EL JSR in the pipeline

Posted by    |       Java EE

I'm excited to announce that plans for a top-level JSR for the Unified EL are underway. It's likely that Kin-man Chung will be filing a JSR in the near future. But we aren't waiting to get the discussion started. Kin-man has started the open el-next mailinglist (el-next@uel.dev.java.net), where we will begin itemizing priorities and designing features. We'll then convert the requests into issue reports as they are solidified.

As you may know, the Unified EL is currently trapped inside of the JavaServer Pages 2.1 specification: JSR-245. While steps have been taken to free the dependency on JSP, the language still has a distinctive JSP spin. The fact remains that the EL simply cannot become a first-class citizen that works across the Java EE platform without graduating to its own JSR.

In an email, Kin-man defined the goal for the Unified EL JSR:

The goal for the JSR is to make EL a first-class citizen that is easy to use, both inside and outside of Java EE.

Red Hat's focus will be to make sure that the JSR is developed in the open and that as many of the feature requests we have or have heard from our community are incorporated into the specification. Those enhancements can be found on the EL wishlist wiki page.

Follow along with the mailinglist archives and watch this space for more details. You can request to join the uel project if you want to get involved.


Back to top