18:26
How to migrate non-modular code into modules in the Java Module System
In the second part of his live coding session, developer Nicolai Parlog explains how to turn JARs into modules. Packaging code ...
25:56
Get to know the Java module system and learn how to migrate legacy code to Java 9, 10, 11
Check out Nicolai Parlog's book The Java Module System | http://mng.bz/GVXq DISCOUNT CODE ⭐ watchparlog40 ⭐ In ...
50:54
Migrating to JAVA modules | Sander Mak
Speaker: Sander Mak The module system delivered in Java 9/10 is a great advancement for the Java language, and we would ...
11:57
Java modules released in Java 9 why not try and use them
Enjoy! :-) Thank you for commenting and asking questions. Library sign up referral link: ...
30:31
From non-modular to modular Java programs - What you need to know
I will explain unnamed module which is the key to migrating to module system from a non-modular code. I will talk about the Jdeps ...
6:56
#6 Unnamed vs Automatic Java Modules - Java Modules (JPMS) Tutorial - Modularization in Java
Java modules, introduced in Java 9, are a game-changing feature that revolutionizes the way developers organize and manage ...
41:46
The Java Module System in practice, Serban Iordache
Java 9 introduced modules as first-class citizens that represents a higher level of aggregation above packages. They allow you to ...
1:19
VenkatSubramaniam#80 - Migrating to Java Modules: Why and How
In the NF j series 2019 i'm gonna talk about migrating to java modules what java 9 introduced modules and it's a big deal it ...
12:42
Introduction to Java Modules | Java for Beginners
Microsoft Principal Software engineer for Java and Java Champion Kirk Pepperdine introduces us to Java Modules, a feature in ...
3:39
Java 9 - Module System - jdeps
In this presentation we take a look at the jdeps tool and how it can help us with migrating to the module system.
14:49
Migrating to Java 9 Modules with ModiTect by Gunnar Morling
The wait is over -- Java 9 finally adds modularity to the platform. Well-defined module interfaces, small-sized runtime images ...
13:18
Java 9 - Modules ------------------ Project Jigsaw - jmods (all the predefined modules in jdk eco system) - no jre (no tools.jar and ...
57:17
Migrating to Java Modules - Sander Mak [Luminis DevCon 2018]
The module system delivered in Java 9/10 is a great advancement for the Java language, and we would like to migrate existing ...
1:01:30
Sander Mak — Designing for modularity with Java modules
JPoint, Joker и JUG ru — Java-конференции
Подробнее о Java-конференциях: — весной — JPoint: https://jrg.su/gTrwHx — осенью — Joker: https://jrg.su/h7yvG4 — — .
10:23
Understanding Gradle #15.3 – Full Java Module System (JPMS) Project Setup
onepiece.Software by Jendrik Johannes
Setup a full-fledged ready-to-grow Java Module System (aka JPMS, Jigsaw) project in Gradle to work on with a larger team.
1:38:14
Layrry - Manage the Java Module System - Hands-On Workshop
The Java Module System lays the foundation for building modularized applications on the JVM. It doesn't concern itself though ...
59:48
Migrating to Java 9 Modules by Paul Bakker
Java 9 comes to your doorstep with major changes to all of us, whether you ordered it or not. The module system in Java 9 is a ...
8:31
JAVA MODULE SYSTEM : How to create a module, compile it and run the modular app from command line
You can read my blog post for detailed textual process ...
13:38
JAVA MODULES | Integration with Apache Maven | JAVA 9
Java 9 introduces a new level of abstraction above packages, formally known as the Java Platform Module System (JPMS).
50:12
Migrating your Spring Boot application to Java Modules by Jaap Coomans
Java Modules have been around for a little while now and most of know deep inside that we need start doing something with them ...