- 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.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Java異步編程實(shí)戰(zhàn)
- Scala Design Patterns
- Learning ASP.NET Core 2.0
- Java 9 Programming Blueprints
- Unreal Engine 4 Shaders and Effects Cookbook
- C++從入門(mén)到精通(第5版)
- NoSQL數(shù)據(jù)庫(kù)原理
- Learning Apache Cassandra
- Python入門(mén)很輕松(微課超值版)
- BeagleBone Robotic Projects(Second Edition)
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線(xiàn)
- Tableau Dashboard Cookbook
- 實(shí)驗(yàn)編程:PsychoPy從入門(mén)到精通
- 前端程序員面試筆試真題與解析