Guide to Contributing to Jakarta EE 10
This high-level guide outlines some possibilities for Jakarta EE 10 as well as how you can contribute. by
Join the DZone community and get the full member experience.Join For Free
Java EE has been transferred to the Eclipse Foundation and Jakarta EE 9.1 is behind us. The next step in the journey is Jakarta EE 10. This write-up outlines some possibilities for Jakarta EE 10 as well as how you can contribute.
Ways of Contributing
There are many ways of contributing to Jakarta EE 10, depending on what your time and interest allow. You can always start simple and get more engaged over time.
Using Quarkus for Building Reactive Applications
Here s a good look at what Quarkus can do for you in an enterprise seetting. by
Join the DZone community and get the full member experience.Join For Free
When building applications and microservices for container environments like Kubernetes and OpenShift, efficient usage of resources is key. Similarly to popular frameworks like Node.js/JavaScript, the open source Java framework Quarkus comes with capabilities to build reactive applications to reduce the usage of memory and start up times significantly making Java ready for containers.
This article is part of a series of articles that documents how to modernize a sample Java EE application from 2010 with modern technologies.