News

I’ll discuss factors contributing to the need for a more modular Java architecture, briefly describe and compare the solutions that have been proposed, and introduce the three modularity updates ...
Among these are modularity, an experimental version of ahead-of-time compilation, and a REPL (read-eval-print-loop). [ADDED September 21, 2017] Oracle has released Java SE 9’s JDK and ...
“The modularity work is challenging and important, and so it is better to do it right than meet a deadline,” he said. “Most enterprises wait years to put new versions of Java in productio ...
The two execs were short on specifics, but touched on several areas, including an overarching plan to push Java modularity based on the Open Services Gateway Initiative (OSGi) specification. The ...
"Coming almost three years after Java 8, Java 9 includes some notable features and capabilities, including modularity -- based on Project Jigsaw, several new code compilers and a new read-eval-print ...
which aims to provide developers with help getting up to speed with Java modularity. JetBrains Developer Advocate Trisha Gee described the new capability in a blog post, with an example diagram.
The Unexpected Consequences of Strong Modularity Modularity in Java is about (simplistically said) turning your JAR into a module. Modules can depend on other modules and they can hide implementation ...