Overview
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.
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.
About the Book
The Java Module System is your in-depth guide to creating and using Java modules. With detailed examples and easy-to-understand diagrams, you’ll learn the anatomy of a modular Java application. Along the way, you’ll master best practices for designing with modules, debugging your modular app, and deploying to production.
What's Inside
- The anatomy of a modular Java app
- Building modules from source to JAR
- Migrating to modular Java
- Decoupling dependencies and refining APIs
- Handling reflection and versioning
- Customizing runtime images
- Updated for Java 11
About the Reader
Perfect for developers with some Java experience.
About the Author
Nicolai Parlog is a developer, author, speaker, and trainer. His home is codefx.org.
We interviewed Nicolai as a part of our Six Questions series. Check it out here.
Quotes
Nicolai’s care and attention to detail allow you to take advantage of the distillation of his knowledge—from theory to practice, from entry level to advanced.
- From the Foreword by Kevlin Henney
A great introduction to modules in general, and Java 11 modules in particular.
- Mikkel Arentoft, Danske Bank
A clear and concise introduction to Java’s long-awaited module system.
- Jim Wright, Sword Apak
If you are serious about Java 11, you will need this book!
- Christian Kreutzer-Beck, ARAG Italy
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access