Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 3.5 KB

File metadata and controls

61 lines (40 loc) · 3.5 KB

Jakarta EE 11 Example Applications

Introduction

Getting Started with Jakarta EE 11 and What’s New in Jakarta EE 12 has been presented at these conferences and webinars:

A Developer’s Guide to Jakarta EE 11 has been presented at these conferences and webinars:

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

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 was originally anticipated to be included in MicroProfile 7.0, released 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