Layrry and JPMS


Details
This is a virtual Meetup occurring at 5PM UK time (GMT). Join the live broadcast on https://www.virtualjug.com
The recording will be available immediately afterward.
Take part in the live session discussion on our #live-session slack channel: https://bit.ly/337QHTE
Abstract:
The Java Module System lays the foundation for building modularized applications on the JVM. It doesn’t concern itself though with resolving module versions and obtaining modules from repositories.
This is where Layrry comes in: an API and launcher for modularized Java applications which takes a descriptor of the module layer(s) to assemble, fetches the modules and starts up the application.
Join us for this session and learn how to:
- Build Java applications using layers, e.g. providing isolation between different versions of one module.
- Use jbang to launch your layered apps in no time.
- Create plug-in based rich-client applications using JavaFX and Layrry, allowing to – dynamically reconfigure and update your layer hierarchy, no restarts required.
- Create your own customized Layrry launcher if needed
This session is code-centered, be ready to see the Java Module System, Layrry, and JavaFX in action!
Speakers: Andres Almiray (@aalmiray) and Gunnar Morling (@gunnarmorling)

Layrry and JPMS