Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Exploring Java 9: Build Modularized Applications in Java

Posted By: hill0
Exploring Java 9: Build Modularized Applications in Java

Exploring Java 9: Build Modularized Applications in Java by Fu Cheng
English | 17 Jan. 2018 | ISBN: 1484233298 | 174 Pages | PDF | 2.95 MB

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 For
Java developers with basic development skills