Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jecan, Alexandru
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress, 2017.
Colección:Books for professionals by professionals.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.