- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 87字
- 2025-04-04 17:08:34
Quick review of Project Jigsaw
Project Jigsaw is the Java project that encompasses several change recommendations to the Java platform. As you have read in earlier chapters, Java 9's greatest changes involve modules and modularity. The initiative to move to modules in Java was driven by Project Jigsaw. The need for modularity stemmed from two major challenges with Java:
- Classpath
- JDK
Next, we will review both of those challenges and see how they were addressed and overcome with the new release to the Java platform, Java 9.