Java 9 Modularity Revealed Project Jigsaw and Scalable Java Applications

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

Descripción completa

Detalles Bibliográficos
Autor principal: Jecan, Alexandru. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630305006719
Tabla de Contenidos:
  • Introduction
  • Chapter 1: Modular Programming Concepts
  • Chapter 2: Project Jigsaw
  • Chapter 3: Modular JDK and Source Code
  • Chapter 4: Defining and Using Modules
  • Chapter 5: Modular Run-Time Images
  • Chapter 6: Services
  • Chapter 7: jLink: The Java Linker
  • Chapter 8: Migration
  • Chapter 9: The New Module API
  • Chapter 10: Advanced topics
  • Chapter 11: Testing Modular Applications
  • Chapter 12: Integration with Tools.