Is enterprise Java ready for native compilation? Jakarta EE 10's new Core Profile and build-time CDI make it a reality for modern microservices.
#1about 2 minutes
Understanding Jakarta EE specifications and artifacts
Jakarta EE specifications are defined by a document, an API artifact, a Test Compatibility Kit (TCK), and at least one compatible open-source implementation.
#2about 2 minutes
Exploring the new profiles and updates in Jakarta EE 10
Jakarta EE 10 introduces major updates to most specifications, adds concurrency to the Web Profile, and introduces the new Core Profile for microservices.
#3about 1 minute
Understanding Java SE 11 and 17 compatibility
Jakarta EE 10 APIs are compiled for Java SE 11, but the TCK is tested against both Java SE 11 and 17, allowing developers to use newer Java features.
#4about 3 minutes
New features in Jakarta Security and Persistence
Jakarta Security 3.0 adds standardized OpenID Connect support, while Jakarta Persistence 3.1 introduces native support for UUID as a basic type.
#5about 5 minutes
Bootstrapping a REST application without an application server
The new Java SE Bootstrap API in Jakarta REST allows you to run a RESTful application as a standalone runnable JAR file without a full application server.
#6about 3 minutes
Introducing the Jakarta EE Core Profile and CDI Lite
The new Core Profile targets smaller runtimes like Helidon and Quarkus, using CDI Lite with build-compatible extensions to enable native compilation via GraalVM.
#7about 7 minutes
Migrating an application from Jakarta EE 8 to 9
Learn the key steps for migrating from the `javax` to the `jakarta` namespace, including updating dependencies, fixing imports, and changing XML schema definitions.
#8about 5 minutes
Using Java 17 records with Jakarta EE 9 and 10
Discover how to use Java 17 records for DTOs and see how Jakarta EE 10 improves JSON binding support for records compared to the workarounds needed in version 9.
#9about 4 minutes
Implementing a build-compatible CDI extension for Core Profile
Understand the differences between portable CDI extensions and the new build-compatible extensions required by CDI Lite for use in the Core Profile.
#10about 5 minutes
Exploring the future roadmap for Jakarta EE 11
Get a preview of potential new specifications planned for Jakarta EE 11, including Jakarta Config, Data, NoSQL, RPC, and MVC.
#11about 2 minutes
Summary of Jakarta EE 10 and key resources
A recap of the key innovations in Jakarta EE 10, including the Core Profile, and where to find documentation, blogs, and the demo code.
#12about 3 minutes
Q&A on Jakarta EE, Spring, Project Loom, and MicroProfile
Answers to common questions about the relationship between Jakarta EE and Spring, the impact of Project Loom, and the synergy with MicroProfile.
Related jobs
Jobs that call for the skills explored in this talk.
Using Java 17 latest features in real world projectsWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Ron Veen who introduced the audience to some of the most interesting features that got added to the Java language.About the speaker:Ron is a hig...
Christina Schaireiter
Why Attend a Developer Event?Modern software engineering moves too fast for documentation alone. Attending a world-class event is about shifting from tactical execution to strategic leadership.
Skill Diversification: Break out of your specific tech stack to see how the industry...
Luis Minvielle
Top 10 Java LibrariesJava has been around for so long, in part, because it has a large ecosystem. While all of Java's core components are exceptionally robust, the abundance of Java libraries is the one that stands out the most. So… what are the must-know Java libraries ...