Nieuws

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Mark Reinhold, Chief Architect of Java, took the stage during this year's keynote address at JavaOne to provide an update about Java 9. His JavaOne 2017 presentation highlighted the work his team put ...
Famous philosopher George Santayana once said, "Those who cannot remember the past are condemned to repeat it." In the case of the Java Platform Module System (JPMS), the past has most certainly ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
The Apache Software Foundation has released the producton version of its NetBeans Version 9.0 IDE, with support for the Java Module System introduced with Java 9 last year. Modules comprised the ...
Allowing entire modules to be imported all at once would eliminate tedious typing and simplify the reuse of modular libraries in Java. Java would be enhanced with the ability to succinctly import all ...
When using JUnit in production code, for example, to provide a module with abstract test classes for contract tests, and the production code is using Java 9 modules, and the version of JUnit is JUnit ...