- 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
推薦閱讀
- GAE編程指南
- 軟件項目管理(第2版)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 算法大爆炸:面試通關步步為營
- Java程序員面試算法寶典
- 精通API架構:設計、運維與演進
- Java EE 7 Development with NetBeans 8
- Unity Game Development Scripting
- Python算法指南:程序員經典算法分析與實現
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Orchestrating Docker
- STM8實戰
- 嵌入式Linux C語言程序設計基礎教程
- Appcelerator Titanium:Patterns and Best Practices
- Parallel Programming with Python