Programming Tutorials

J2EE APIs

By: Margaret in Java Tutorials on 2023-02-22  

Java EE, which was previously called J2EE, is no longer in active development as of 2018. The current standard for enterprise Java development is Jakarta EE, which is the result of the transfer of the Java EE specification to the Eclipse Foundation. Jakarta EE includes several APIs that provide different capabilities for building enterprise applications. Some of the latest Jakarta EE APIs and their versions are:

  • Jakarta Servlet API 5.0
  • Jakarta Persistence API 3.1
  • Jakarta Messaging API 3.0
  • Jakarta Batch API 2.0
  • Jakarta WebSocket API 2.0
  • Jakarta Security API 2.1
  • Jakarta Concurrency API 2.0

Note that the versions may change over time as the APIs continue to evolve.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Java )

Latest Articles (in Java)