Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Transitioning Jakarta EE to the jakarta namespace

I think Greg's last paragraph is spot on:

On Tue, May 7, 2019 at 4:35 AM Greg Wilkins <gregw@xxxxxxxxxxx> wrote:

Putting my servlet hat on,  I see very little demand for any incremental changes to the API (we are a year late with our 4.0 release and not a single user has asked about it!).  On the other hand,  there is interest in more revolutionary change that could get rid of the cruft of decades and embrace current best practises and going to a new name space is a perfect opportunity to introduce such revolutionary change.... except if we start by polluting  that name space with all the legacy cruft of the current APIs, we will have lost that opportunity for a clean break and will have to try to evolve the spec within the context of decades old APIs.

regards


On Tue, 7 May 2019 at 09:12, Jorge Alejandro Cajas <jac.mota@xxxxxxxxx> wrote:
Hello everyone.

Keeping in mind what Jorge Vargas said, JavaEE7/JavaEE8 can be the "legacy" way to do things, and we should support them for some years from now as the industry has many applications made with JavaEE

But for the good of JakartaEE the feared big change is needed, Jakarta EE should be the new standard and evolve as needed starting with the big bang javax to jakartaee change.
One of the things about JavaEE we aways compalined about was the slow adoption of new standards and API, this is the moment to change that for good.

My 5 cents to this is for the Proposal No.1, a clean and quick cut to the javax namespace.
also I think this would be great  for new developers, as they can start learning from the jakartaEE specification and not for a wreid mix of javax / jakarta always changing API's if we took the Proposal 2.


Jorge Cajas |  @cajasmota
+502 54754892


On Mon, May 6, 2019 at 11:53 PM Jorge Vargas Garcia - Edivargas <edivargas@xxxxxxxxx> wrote:
Actually,

Thinking about transition from Java 8 to Java 11 and so, we have to be very worried to lost compatibility? We can stand working for JavaEE7 and JavaEE8 like still now? and we begin to work with JakartaEE8 like a big and new bird flying in the new sky?

My 5 cents.

BR

@edivargas - CTO weex
Oracle/SUN Java Champion
JUG's: www.javaup.org.mx
Mobile (+52) 55 3334 9115
       (+52) 55 7070 9866
Twitter/Google/Yahoo: edivargas
Facebook: https://www.facebook.com/EdivargasJVG


On Tue, May 7, 2019 at 12:46 AM Rudy De Busscher <rdebusscher@xxxxxxxxx> wrote:
Hi All,

The package name change needs to happen already in Jakarta EE 8.

If we wait until Jakarta EE 9 or later, hardly anyone will still use or consider Jakarta. When is Jakarta EE 9 scheduled? Maybe end of 2020 or later? That means that in a period of 3 years or more we didn't release anything new. One of the rules is that you should only consider an open-source library which is 'active'. I do not think that we fall in that category if we do not release something useful in a 3 year period!

The fastest, but with a breaking change, is proposal 1 - Big Bang (but now and not within a year or so). Replacing the import statements in the application code or a java agent within the runtime are easy to do!.

Regards
Rudy

On Tue, 7 May 2019 at 06:16, Edwin Derks <ederks85@xxxxxxxxx> wrote:
Hi all,

and big thanks David for starting this thread! I also would like to share my thoughts and have done so at my blog. Whatever the path we are going to take with this transition, I will try to assist wherever I can.

Thanks,

Edwin

On Tue, 7 May 2019 at 04:33, David Blevins <dblevins@xxxxxxxxxxxxx> wrote:
Great to hear from you!

> On May 6, 2019, at 7:22 PM, Hildeberto Mendonça <me@xxxxxxxxxxxxxx> wrote:
>
> A way to add value is not increasing the maintenance cost and preserving backwards compatibility. I'm afraid Proposal 1 would break these two values.
> I would prefer Proposal 2 if jakarta worked as a wrapper around javax, preserving the same interfaces, reusing what is already there and innovating on the wrapper side.

Both proposals involve what you would call "a wrapper" and have the same basic backwards compatibility challenge of having to figure out how to make old apps run.

The primary place they differ is:

 - do we break compatibility bit by bit over time in an as-needed basis
 - do we break compatibility in one shot and get it over with

The primary question here is as a user how do you want to deal with migrating and potential compatibility issues:

 - bit by bit over time
 - in one shot

Knowing neither path frees you from having to absorb a backwards incompatible change and the solutions would be the same, which timeline is your preferred?


-David

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev


--
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev


--

Back to the top