You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Complety PDF with tutorial [download](https://github.com/goxr3plus/java9-modules-tutorial/files/3256292/JPMS.PDF)
4
+
### Complete PDF for the tutorial [download](https://github.com/goxr3plus/java9-modules-tutorial/files/3256292/JPMS.PDF)
5
5
6
-
I tried to make a more simple , including code examples and pictures tutorial about a *hot and important topic* whhich is nothing else than JPMS which came in Java 9. I hope you enjoy :
6
+
I tried to make a simple yet fun, including code examples and pictures tutorial about a **hot and important topic** which is JPMS([**Java Platform Module System**](https://en.wikipedia.org/wiki/Java_Platform_Module_System)) which came in Java 9.
7
7
8
-
9
-
-**Contents**
8
+
-**Tutorial Contents**
10
9
-[**Simple module**](#1)
11
10
-[**Optional**](#2)
12
11
-[**Transitive**](#3)
@@ -15,6 +14,8 @@ I tried to make a more simple , including code examples and pictures tutorial ab
15
14
-[**Observable**](#6)
16
15
-[**Aggregator**](#7)
17
16
-[**Module Graph**](#8)
17
+
-[**Package Naming Conflicts**](#9)
18
+
-[**Module Resolution Process**](#10)
18
19
19
20
20
21
Highly based on [ java-9-new-features-in-simple-way-jshell-jpms-and-more ](https://www.udemy.com/java-9-new-features-in-simple-way-jshell-jpms-and-more/) and [Jenkov Tutorials](http://tutorials.jenkov.com/java/modules.html)
0 commit comments