News

Modularity is an important aspect of large Java systems. Build scripts and projects are often split up into modules in order to improve the build, but this is rarely taken into account at runtime ...
Understanding the new modularity specifications and features coming in Java 9 This article provides an overview of proposals, specifications, and platforms aimed at making Java technology more ...
Java 9 could introduce modularity and new value types. Improved modularity could reduce app size and improve startup performance. New value types will make it easier to program arrays.
Java Jigsaw’s missing pieces Part of the Project Jigsaw melodrama came from the fact that both IBM and Red Hat had announced before the JCP vote on Java modularity that they were not going to support ...
As Oracle has been prone to do for the past nine months, company officials Tuesday pledged a strong commitment to Java technology. They even offered glimpses of a modular future for the platform.
This third part of the Modular Java series discusses dynamic modularity, how a bundle's classes are resolved, how they can come and go, and how they can communicate with each other.