- Modular Programming in Java 9
- Koushik Kothagal
- 186字
- 2021-07-02 18:38:16
Introducing Java 9 Modularity
This book covers modularity features in Java 9--an important new change to the Java programming language. We'll look at its impact on Java development and how you can use it to build powerful modular applications. The Java 9 release also comes with a few other changes, such as support for HTTP 2.0 and a shell called jshell that lets you run Java code snippets in a Read-Eval-Print-Loop (REPL). While these are exciting new changes, they are not the focus of this book. We will be primarily focusing on the modularity features, which are arguably the most important and powerful among all the new changes with the Java 9 release.
This chapter provides an introduction to the new module features in Java 9 by covering the following topics:
- Examining two important structural and organizational problems when building Java applications today, and their implications
- Why does Java even need modularity features? What are we missing right now? And what do we gain from modularity?
- Introducing the Java Platform Module System (JPMS)
- Understanding the benefits that the Java modular system aims to provide
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Twilio Best Practices
- HBase從入門到實戰
- Java程序員面試算法寶典
- 云原生Spring實戰
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 單片機應用技術
- D3.js 4.x Data Visualization(Third Edition)
- Mathematica Data Analysis
- TMS320LF240x芯片原理、設計及應用
- Arduino計算機視覺編程
- iOS Development with Xamarin Cookbook
- HTML并不簡單:Web前端開發精進秘籍
- Java程序設計
- Getting Started with RethinkDB