Java Modules (aka JPMS) for day-to-day Java developers

By Rafael Benevides

Elevator Pitch

Java 14 has been released and a feature introduced in Java 9 stills a mystery for many Java developers. JPMS is a change to the Java libraries, language, and runtime. This session explores and demystify this feature.

Description

Java 14 has been released recently and a feature introduced in Java 9 stills a mystery for many Java developers. JPMS is a change to the Java libraries, language, and runtime. This means that it affects the whole stack that developers code with day-to-day, and as such JPMS could have a big impact. For compatibility reasons, most existing code can ignore JPMS. However, have you wondered what you as a developer can benefited from using Java Modules in your application? Come to this session and learn how to use Java Modules, and what are the benefits to you.