Tim Moores wrote:I'm not sure that the move itself will make much of a difference. IMO, these big monolithic releases of JEE don't make much sense any more. Few organization use all of what they offer, and there seems to be more demand for smaller pieces of it, sort of like the JEE web profile, or the approach TomEE takes. If they restructure it so that individual pieces can move at their own pace (e.g., JAX-RS moving faster than JAX-WS), and it becomes possible to add official specs/APIs without waiting for major releases - now that would be something I would welcome.
More or less, what you described is the goal
of microprofile initiative. Huge and monolithic appservers cannot easily cope with microservices and cloud-based applications; microprofile initiative aims to bring new life to Java EE by simplifying it and allowing developers to pick up what pieces of specificiation they really need.
I think that Oracle's move may accelerate this process.