- Modular Programming in Java 9
- Koushik Kothagal
- 302字
- 2021-07-02 18:38:25
Introducing the Modular JDK
In the previous two chapters, you've learnt about the modular API in Java 9 and how to create your own custom modules. There's much more to Java 9 modules than that! The introduction of modularity in Java is not just a new feature for developers to use; it has resulted in major changes to the Java platform itself. In fact, Java 9 also has had perhaps the biggest overhaul of the internal Java codebase ever. Java 9 not only comes with the ability for developers to create their own modules, the whole Java platform itself has been modularized. In this chapter, let's examine these important changes, both to learn what the changes are, and to understand why they came about. Now that you have warmed up to Java modules by writing modules yourself, it's time to put our thinking caps on and really understand the problems and the requirements that resulted in this major change in the Java language. Not only will it help us appreciate the changes better, learning how and why the JDK was modularized will help us apply these lessons when we learn how to migrate our own Java code to Java 9 in Chapter 11, Migrating Your Code to Java 9.
Here are the topics that we'll cover in this chapter:
- We'll start by examining two aspects of the JDK as they were before Java 9 and some problems with them. It's important for us to know the way things were, so that we can fully understand the effect of the new changes.
- You'll learn how modularity has transformed the Java platform and be introduced to the built-in modules.
- You'll learn how to browse built-in modules and get information about their module definitions.
- You'll learn how to understand module relationships in a module graph.
- Embedded Linux Projects Using Yocto Project Cookbook
- Python量化投資指南:基礎、數據與實戰
- 劍指JVM:虛擬機實踐與性能調優
- 程序員數學:用Python學透線性代數和微積分
- ASP.NET動態網頁設計教程(第三版)
- Building Cross-Platform Desktop Applications with Electron
- Learning Laravel's Eloquent
- SQL Server數據庫管理與開發兵書
- 軟件項目管理實用教程
- Laravel Application Development Blueprints
- H5+移動營銷設計寶典
- SQL Server 2012 數據庫應用教程(第3版)
- R語言實戰(第2版)
- HTML5與CSS3權威指南
- Spring Boot從入門到實戰