https://github.com/annimon-tutorials/java-9-jigsaw-example
Source code for tutorial
https://github.com/annimon-tutorials/java-9-jigsaw-example
demo java-9
Last synced: 3 months ago
JSON representation
Source code for tutorial
- Host: GitHub
- URL: https://github.com/annimon-tutorials/java-9-jigsaw-example
- Owner: annimon-tutorials
- License: mit
- Created: 2016-10-21T14:56:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T14:18:51.000Z (about 9 years ago)
- Last Synced: 2025-03-30T21:23:25.678Z (9 months ago)
- Topics: demo, java-9
- Language: Java
- Homepage: https://medium.com/@annimon119/java-9-project-jigsaw-modularity-679fa88f7f2
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java 9 Jigsaw Example
**[Example 1](https://github.com/annimon-tutorials/Java-9-Jigsaw-Example/tree/example-1): Direct dependency**. Shows how to add simple library dependency in modular way.
**[Example 2](https://github.com/annimon-tutorials/Java-9-Jigsaw-Example/tree/example-2): Services and ServiceLoader**. Shows how to load module's services with `ServiceLoader`.
**[Example 3](https://github.com/annimon-tutorials/Java-9-Jigsaw-Example/tree/example-3): Modules and resources**. Shows how to share resources in modules.
**[Example 4](https://github.com/annimon-tutorials/Java-9-Jigsaw-Example/tree/example-4): Automatic module**. Shows how to deal with existing non-modular jar.
## Links
English: [Java 9. Project Jigsaw. Modularity](https://medium.com/@annimon119/java-9-project-jigsaw-modularity-679fa88f7f2)
Русский: [Java 9. Project Jigsaw. Модульность](http://annimon.com/article/2498)