𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Java 9 Modularity Revealed: Project Jigsaw and Scalable Java Applications

✍ Scribed by Alexandru Jecan [Alexandru Jecan]


Publisher
Apress
Year
2017
Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis



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.Β 


Until now Java has been monolithic. Using any one part of Java has meant incorporating the entirety of the runtime environment, an approach ill-suited to the increasing number of IoT devices such as fitness monitors, kitchen appliances, toys and games, and so forth. This book shows a new way, to make Java scale from the smallest of footprints in the smallest of devices through desktop PCs and on up to server platforms.Β 

With Java 9 ModularityΒ Revealed you will learn to make your projects more reliable and scalable than ever using the most important feature in Java 9β€”The Java Platform Module System, known more commonly as Project Jigs
aw. You will learn how to avoid one of the major pain points of Java programming, that of conflicting class names from different modules, or packages. You will learn to create custom run-time images that represent a minimal and more compact JRE containing only those modules that you need. You will further learn to migrate existing Java applications to modular ones using different approaches and tools. The end result is a new ability to plug together different modules without fear of namespace and other conflicts, and you can deploy to everything from small devices to large servers.Β 

This book provides code examples and explanations.

What You'll LearnΒ 
  • Build Java applications using the new modular system introduced in Java 9Β 
  • Create your own JRE consisting only of the modules that you requireΒ 
  • Adapt your testing techniques toward modular applications
  • lare your dependencies on other modulesΒ 
  • Enable modules to export only specific packagesΒ 
  • Migrate existing Java applications to modular onesΒ 
  • Improve maintainability and performance of Java applications

Who This Book Is For

Experienced Java programmers wanting to keep up and become informed on the new modularity support in Java 9


πŸ“œ SIMILAR VOLUMES


Java 9 Modularity Revealed: Project Jigs
✍ Jecan, Alexandru πŸ“‚ Library πŸ“… 2017 πŸ› Apress 🌐 English

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. Until now Java has b

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

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