Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T14:18:51.000Z (about 8 years ago)
- Last Synced: 2023-10-27T21:31:38.441Z (about 1 year 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: 2
- 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)