# java9 **Repository Path**: cdcoder/java9 ## Basic Information - **Project Name**: java9 - **Description**: java9的示列 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Java 9 Modularity cover](java9modularity-flat-cover.png) This repository contains all the example code from the [Java 9 Modularity book](http://shop.oreilly.com/product/0636920049494.do). The examples are grouped by chapter in the book: 2. Modules and Modular JDK 3. Working with Modules 4. Services 5. Modularity Patterns 6. Advanced Modularity Patterns 7. Migration Without Modules 8. Migration to Modules 9. Migration Case Study: Spring and Hibernate 10. Library Migration 11. Build Tools and IDEs 12. Testing Modules Most examples contain a `run.sh` file to compile and run the example. The scripts are tested on Mac OS and Linux. Windows users can use the Linux Subsystem for Windows, or use Cygwin to run the scripts. Some examples demonstrate errors, which means that compiling or running them may fail on purpose. A README is available in each example directory to explain the example.