Ask Your Question
0

What is the process of combining Java EE and Jakarta EE?

asked 2022-01-13 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-08-14 02:00:00 +0000

woof gravatar image

Java EE (Enterprise Edition) is now known as Jakarta EE, owned and developed by the Eclipse Foundation. The process of combining Java EE and Jakarta EE has gone through several stages:

  1. Transfer of ownership: In September 2017, Oracle transferred Java EE to the Eclipse Foundation.

  2. Renaming: In February 2018, the Eclipse Foundation announced the name change from Java EE to Jakarta EE, to avoid potential trademark infringement.

  3. Compatibility and specification: The Jakarta EE specification is a compatible, community-driven continuation of Java EE. The aim is to ensure backwards compatibility for existing Java EE applications and transparently migrate them to Jakarta EE.

  4. Certification: Jakarta EE is certified as Java EE, ensuring that Jakarta EE products meet Java EE standards.

  5. Release cycles: Jakarta EE is now developed using an open-source model, with quarterly releases and support for long-term releases.

  6. Tooling and ecosystem: The community has developed a range of tools and frameworks to support Jakarta EE, including popular frameworks such as Spring and Quarkus.

In summary, the process of combining Java EE and Jakarta EE involves transferring ownership, renaming, ensuring compatibility and certification, implementing regular release cycles, and building a supportive ecosystem.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-13 11:00:00 +0000

Seen: 7 times

Last updated: Aug 14 '21