Skip to content

mpredli01/jakartaee-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakarta EE 11 Example Applications

Introduction

Jakarta EE 11: Going Beyond the Era of Java EE has been presented at these conferences and webinars:

So far, A Developer’s Guide to Jakarta EE 11 has been presented at these conferences and venues:

Example Applications

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.

Documentation

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.

Naming Conventions Used in This Repository

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