What every Java developer should know about the Java Module System
With version 9 the new module system became part of Java. Since Java 11 is the new LTS version many developers want to migrate to this new version and will be faced with modules.
In this session we will give an introduction to modules for application and library developers. We will give an introduction to the module-info syntax and discuss what are the differences between named modules and automatic modules.
Attendees will learn how they can modularize existing applications and libraries step by step.