Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.01 KB

java-module-system.md

File metadata and controls

25 lines (22 loc) · 1.01 KB
title tags date slug description searchKeywords featuredImage slides videoSlug repo
The Java Module System Beyond The Basics
j_ms
migration
2016-03-16
talk-java-module-system
In this talk, I go beyond the module system basics and present more advanced features for those who want to become their team's module system expert
java module system
java-module-system
jpms-java-saigon-2018
jpms-monitor

Java 9 shipped the Java Platform Module System, which brings language-level modularity to the Java ecosystem. But you already know that and even spent some time to learn the basics? That's great because this talk takes you beyond that and shows how to...

  • model finer-grained dependencies and APIs
  • decouple modules with services
  • weigh encapsulation versus reflection
  • analyze dependencies with jdeps
  • safe the day with important command line flags
  • create runtime images with jlink

With this under your belt, you're ready to become your team's module system expert.