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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.