News

This article is a case study of changes required in an application to make use of the new Java Platform Module System. An understanding of the module system will become an important skill for Java ...
The Java Platform Module System promised to standardize how Java apps modularized. But years later, the problems with Java modules remain.
The flagship feature of Java 9 will be the new Java Platform Module System. In this article we compare JPMS and OSGi from a technical perspective and see how they can work together.
The Java Platform Module System was put in place with the release of Java SE 9, leading the way to decouple JavaFX from the JDK and make it available as a separate module, Oracle says.
Starting recently, I cannot load projects where the parent of the root pom.xml in the project specifies a parent pom that is also a module in the same project: repo/ |-- pom.xml (parent section spe ...
Microsoft’s Java Engineering Group has open-sourced the Microsoft GCToolkit, a set of libraries for analyzing Java garbage collection (GC) log files.