Opleiding: Java Modules: Structuring Applications with JPMS
Learn how to modularize your Java project.
With the release of Java 9, the Java Platform Module System (JPMS) or JIGSAW was introduced as a major new feature. This feature, also known as modularity, allows you to divide your project into individual modules, with internal elements that are not accessible by other modules. This helps to make maintaining your project easier, and is why the JDK itself is also modularized.
In this training, you'll get a thorough understanding of the JPMS and how to use it effectively in your projects. We'll also cover related tooling, giving you everything you need to get started with Java modularity.
The training combines practical instruction with theory and assignments, so you'll have plenty of opportunities to put your new skills into practice.
- Understand the problems with modularity in Java. [Understand]
- Understand modules in Java [Understand]
- Apply modules in Java [Apply]
- Understand ServiceLoader. [Understand]
- Java Platform Module System (JPMS)
- Linking with jlink
- Multi Release Jars
- ServiceLoader