The Java Module System
The Java Module System SummaryJava's much-awaited "Project Jigsaw" is finally here! In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be…
Specifikacia The Java Module System
The Java Module System
SummaryJava's much-awaited "Project Jigsaw" is finally here! In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be used to reduce tight coupling of system components.Foreword by Kevlin Henney.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it.
The Java Platform Module System is a language standard for creating these units. You'll find registration instructions inside the print book.About the TechnologyPackaging code into neat, well-defined units makes it easier to deliver safe and reliable applications. With modules, you can closely control how JARs interact and easily identify any missing dependencies at startup. This