Tag

jigsaw

0 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Jul 5, 2024 · Backend Development

Introduction to the Java Module System (Project Jigsaw)

The Java Module System (Project Jigsaw) introduced in Java 9 defines uniquely named modules with descriptors that declare dependencies, exported and opened packages, and services, enabling clear dependency management, smaller custom runtimes, stronger encapsulation, improved performance, security, and easier maintenance, while supporting migration strategies and best‑practice guidelines.

JDKJavaModularization
0 likes · 21 min read
Introduction to the Java Module System (Project Jigsaw)
Qunar Tech Salon
Qunar Tech Salon
Aug 15, 2018 · Fundamentals

Apache NetBeans IDE 9.0 Release: Features, IP Cleanup, Java 9/10 Support, and Community Survey Results

The article introduces Apache NetBeans IDE 9.0, released after Oracle’s code donation, highlights its main goals of IP cleanup and Java 9/10 support, details new IDE features such as var type inference, Jigsaw modularity, and Java Shell, and presents the community acceptance survey results and download links.

Apache NetBeansIDEJShell
0 likes · 9 min read
Apache NetBeans IDE 9.0 Release: Features, IP Cleanup, Java 9/10 Support, and Community Survey Results
Qunar Tech Salon
Qunar Tech Salon
Dec 11, 2014 · Backend Development

Pitfalls of Java 8 Parallel Streams, Lambdas, Default Methods, and Jigsaw

The article examines how Java 8 features such as parallel streams, lambda expressions, default methods, and the Jigsaw module system can unintentionally degrade performance, increase code complexity, and introduce compatibility issues, urging developers to understand their underlying mechanisms before adoption.

Default MethodsFunctional Programmingjigsaw
0 likes · 8 min read
Pitfalls of Java 8 Parallel Streams, Lambdas, Default Methods, and Jigsaw