
ارسال کتاب های زبان اصلی در بازه ۸ الی ۱۲ روزه انجام میشود.
------------------------------------------------------------------------------------------
https://www.amazon.co.uk/Java-Module-System-Nicolai-Parlog/dp/1617294284
==============================================================
The Java Module System ۱st Edition
by Nicolai Parlog (Author)
Summary
Java’s much-awaited “Project Jigsaw” is finally here! Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it. 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. You’ll find registration instructions inside the print book.
About the Technology
Packaging code into neat, well-defined units makes it easier to deliver safe and reliable applications. The Java Platform Module System is a language standard for creating these units. With modules, you can closely control how JARs interact and easily identify any missing dependencies at startup. This shift in design is so fundamental that starting with Java 9, all core Java APIs are distributed as modules, and libraries, frameworks, and applications will benefit from doing the same.