𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Exploring Java 9: Build Modularized Applications in Java

✍ Scribed by Fu Cheng [Fu Cheng]


Publisher
Apress
Year
2017
Tongue
English
Category
Library

⬇  Acquire This Volume

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


πŸ“œ SIMILAR VOLUMES


Exploring Java 9: Build Modularized Appl
✍ Fu Cheng (auth.) πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

<p>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

Java 9: Building Robust Modular Applicat
✍ Jason Lee & Peter Verhas & Dr. Edward Lavieri [Jason Lee] πŸ“‚ Library πŸ“… 2018 πŸ› Packt Publishing 🌐 English

<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

JAVA 9 MODULARITY : project jigsaw and s
✍ JECAN, ALEXANDRU πŸ“‚ Library πŸ“… 2017 πŸ› APRESS 🌐 English

<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