Tomer Ben David wrote guide which covers the basic building blocks of making modules in Java 9. Java 9 is around the corner, so it makes sense to get started with making modules.
No matter whether you are writing in a dynamic language or a static language, modules are a super important part of your application. Modules are the building blocks of microservices!
Article is one piece in 3 parts series. It depicts and executes detailed plan from installation of Java 9 to deploying of your newly created module. It also touches on naming convention to be followed while creating a module path and something similar when creating the source code. Nice chart with all the new stuff in Java 9 also inlcluded.
Short and straight to the point tutorial. Please also follow parts 2 and 3.
[Read More]