Exploring Java 9: Build Modularized Applications in Java
β Scribed by Fu Cheng (auth.)
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 179
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Discover all the new features and changes in Java 9, including module systemsβJPMS or Project Jigsaw. This book covers the whole Java application development life cycle. You'll review all the important concepts, including module descriptor, unnamed module, automatic module, and command line tools.
Exploring Java 9 also serves as a practical guide for migration to module systems. Code samples from real-world scenarios solidify a foundation for learning and development and allow you to apply best practices in actual development.
Additionally, you'll learn about concurrency, ECMAScript 6 features in Nashorn and Parser API, stack-walking API, Stream and Optional, utilities classes, and I/O. And itβs now possible to build modularized applications in Java. You'll see how JPMS affects not only the JDK itself, but also applications that are developed upon it.
What You'll Learn
β’ Build modularized applications in Java β’ Migrate to module systems β’ Master enhanced method handles
Who This Book Is ForJava developers with basic development skills
β¦ Table of Contents
Front Matter ....Pages i-xv
Introduction (Fu Cheng)....Pages 1-6
The Module System (Fu Cheng)....Pages 7-56
jshell (Fu Cheng)....Pages 57-65
Collections, Stream, and Optional (Fu Cheng)....Pages 67-74
The Process API (Fu Cheng)....Pages 75-79
The Platform Logging API and Service (Fu Cheng)....Pages 81-86
Reactive Streams (Fu Cheng)....Pages 87-97
Variable Handles (Fu Cheng)....Pages 99-107
Enhanced Method Handles (Fu Cheng)....Pages 109-117
Concurrency (Fu Cheng)....Pages 119-124
Nashorn (Fu Cheng)....Pages 125-131
I/O (Fu Cheng)....Pages 133-137
Security (Fu Cheng)....Pages 139-141
User Interface (Fu Cheng)....Pages 143-150
JVM (Fu Cheng)....Pages 151-159
Miscellaneous (Fu Cheng)....Pages 161-168
Back Matter ....Pages 169-174
β¦ Subjects
Java
π SIMILAR VOLUMES
<span><div>Discover all the new features and changes in Java 9, including module systemsβJPMS or Project Jigsaw. This book covers the whole Java application development life cycle. You'll review all the important concepts, including module descriptor, unnamed module, automatic module, and command li
<span><p><b>Mastering advanced features of Java and implement them to build amazing projects</b></p><b>About This Book</b><ul><li>Take advantage of Java's new modularity features to write real-world applications that solve a variety of problems</li><li>Explore the major concepts introduced with Java
<p>Develop modular applications using the Java Platform Module System, the single most anticipated feature in Java 9. You will improve maintainability and performance of your Java applications by deploying only modules that are needed and encapsulating their implementation details. <br/>Until now Ja