# The Java Module System 《深入理解Java模块系统》

# 基本信息

英文书名:The Java Module System

中文书名:深入理解Java模块系统

作者:Nicolai Parlog

版本:无

ISBN:9781617294280

页数:440

出版社:Manning (opens new window)

出版时间:2019.06

cover

天猫折扣购:中文版 (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub mobi

密码:xgk5xp

# 内容简介

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.

最后更新: 12/2/2022, 12:56:08 AM