This repository complements the presentations, Jakarta EE 11: Going Beyond the Era of Java EE and A Developer’s Guide to Jakarta EE 11
Jakarta EE 11: Going Beyond the Era of Java EE has been presented at these conferences and webinars:
-
Philly Java Users Group, November 15, 2023
-
JCON World, November 21, 2023
-
Jakarta Tech Talk, December 13, 2023
-
Payara Virtual Conference, December 14, 2023
-
Devnexus 2024, April 11, 2024.
So far, A Developer’s Guide to Jakarta EE 11 has been presented at these conferences and venues:
-
Jakarta Tech Talk, August 14, 2024
-
JakartaOne 2024, December 3, 2024
-
jChampions 2025 on January 24, 2025
-
Devnexus 2025 on March xx, 2025
Each folder contains a demonstration of a Jakarta EE specification:
There is also an example of the new MicroProfile JWT Bridge specification. Introduced in the Summer of 2023, this specification is still a work-in-progress. It has already been decided that this new specification will be maintained in the MicroProfile set of standalone specifications, and it is anticipated that it will be included in MicroProfile 7.0, scheduled for release on June 19, 2024.
Please refer to the corresponding README.adoc
files under each project.
Corresponding documentation for each Jakarta EE specification may be found under the spec
directory and will be automatically be generated upon executing mvn clean package
.
For each demo application, there is an effort to provide a consistent set of naming conventions. While things may be slightly different in some demo applications, these are:
-
<specficationName>App.java
-
<specificationName>Application.java
-
<specificationName>Resource.java
-
<specficationName>Service.java
The root endpoint will match the name of each folder