Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)