Should the community take over JSF.next or not?

JSF aka JavaServer Faces is a component based MVC framework that's part of Java EE and is one of the oldest Java MVC frameworks that's still supported and actively used (version 1.0 was released in 2004).

Over time, Java EE itself has grown considerably and as such the resources required to maintain and evolve Java EE have grown as well. Now Oracle has indicated at several occasions that it just doesn't have the resources required for this, and for most constituent specs of Java EE it can do at most small updates, but in other cases can't do any updates at all.

In order to lessen this immense burden on Oracle somewhat, the community has largely taken over for JSF 2.3 and Java EE Security API 1.0. The following graph (taken from a presentation by JSF spec lead Ed Burns) gives an indication:

The question is how to continue for JSF.next?

Since the community has largely taken over JSF already, should this perhaps be made more formal by actually letting the community (individual, foundation, or even representative small company) take the lead in developing the next version of JSF? In such scenario, the existing JSF versions (2.3 and before) and their respective TCKs would stay with Oracle, but JSF.next (i.e. JSF 2.4 or 3.0) would be fully specified, implemented and released by the community (OmniFaces in particular, with possibly the help of others).

Is a large and important spec such as JSF better off at a large and responsible, albeit resource constrained, organisation such as Oracle, or do you want OmniFaces to take over the spec lead role? If you want, you can cast a vote in the poll below or leave a comment:

Do you want OmniFaces to take over the JSF spec lead role?

Comments

  1. Not sure if OmniFaces directly should take over the JSF spec lead BUT the community should do it of course!
    There are many well tested features in many projects which are worth to be included in the specs. The most of them are really small (e.g. a ClientWindowScoped ;))

    ReplyDelete
    Replies
    1. Thanks for your comment Thomas. The number one priority would be that JSF continues and that the burden on Oracle is somewhat lessened, so that the resources that they do have can be applied to some of the other specs.

      If OmniFaces should not necessarily be the spec lead, who would you propose as potential candidate?

      Delete
    2. No idea, didn't thought about it - maybe there are other volunteers which would like to do that :) (But not me, i would just like to help in development :D)

      Who is responsible for this decision if the project can be switched over to the community?

      Delete
    3. >No idea, didn't thought about it - maybe there are other volunteers which would like to do that :)

      If there's anyone, please let them come forward ;) We did some brainstorming to think about who else may be qualified, but it's not that easy. It's a very specialised task.

      >Who is responsible for this decision if the project can be switched over to the community?

      Oracle and Ed Burns I guess. It's not at all certain that Oracle even wants to do this though, we're just gauging for interest and offering help, as Oracle themselves have indicated they don't have the resources available to maintain something as big as Java EE.

      So I'd say that first Oracle has to agree with another party leading the spec in the first place, and then the actual spec lead(s) would have to be someone Ed is okay with.

      Delete
  2. Yes, absolutely! OmniFaces has all the needed ingredients to lead JSF. For some time now, in a way or another, OmniFaces team is behind JSF development. Is time to make a big step further.

    ReplyDelete
  3. I would say, that JSF mostly needs these:
    * better support for responsive pages
    * better page layout support
    * html5 support (I mean real support to create the new html5 tags)
    * a good ui based editor, that would work like a charm (I think most people just hate jsf, because they can't just create a good layout without having to redeploy the application numerous times)
    * maybe webcomponents support


    I personally very much like JSF with butterfaces/bootsfaces, but building a layout is a pain in the ass, no matter what I go with (I can say the same about angular, react, etc.). So I would be very happy to work with it, but nowadays, all those shitty transpiled, packaged, compiled, dependent js frameworks are getting the highlight...

    ReplyDelete
  4. I'm glad to hear of your willingness to take it over. Outside of that, I can't comment any further, but I can say that right now Oracle's total focus is completing and delivering Java EE 8 and Java SE 9, and their new capabilities, and we hope to deliver them this summer. I expect we will have more to say about our overall Java strategy and plans at JavaOne following Java EE 8/Java SE 9 delivery.

    ReplyDelete
  5. yes we don't want Java to be dependent more upon Oracle but does OmniFaces able to manage every thing and share all things related to JSF with the community ?
    we afraid that we may run away from Oracle and fall into other corporation mercy!
    but in general let's say ok

    ReplyDelete
  6. When I first worked with JSF in 2004, I thought it was a cute developer toy, but soon discovered that it was far from being a solution for Enterprise scale software development. Nor has it evolved to that sort of solution in the intervening years. I'd be happy if it died on the vine. Today we have Web Components and Angular.js Why should JSF be supported by Oracle or by the Community, and why would OmniFaces want to take the lead in carrying this particular Anchor? I realize that there are those who still love it, but I always wonder "Why?"

    ReplyDelete

Post a Comment

Popular posts from this blog

Implementing container authentication in Java EE with JASPIC

What’s new in Jakarta Security 3?

Jakarta EE Survey 2022