Java 9 – The Java Platform Module System (JPMS) | Code Factory


Index Page : Link

Donate : Link

Medium Blog : Link

Applications : Link

1. The Java Platform Module System (JPMS) Part 1

1. Introduction
2. What Is the need of JPMS?
3. Jar Hell or Classpath Hell
4. What is a Module
5. Steps to Develop First Module Based Application
6. Various Possible Ways to Compile & run a Module
7. Inter Module Dependencies
8. Requires and exports directive

2. The Java Platform Module System (JPMS) Part 2

9. JPMS vs NoClassDefFoundError
10. Transitive Dependencies (requires with transitive Keyword)
11. Optional Dependencies (Requires Directive with static keyword)
12. Cyclic Dependencies
13. Qualified Exports

3. The Java Platform Module System (JPMS) Part 3

14. Module Graph
15. Observable Modules
16. Aggregator Module
17. Package Naming conflicts
18. Module Resolution Process (MRP)

Leave a comment