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 ...
31:03
Get advice on why, when, when not, and how to use Java modules in real life for your Java projects. Presented by Nicolai Parlog ...
14:06
Multi module java project with Maven | basics | dependency management | bom | sub project import
It's the next video about maven on my channel. Today I'll explain: 1. What is a multi-module maven project 2. How to create it 3.
30:09
Multi-Module Project With Spring Boot | Maven | Example | Java Techie
This video explain you How create spring boot project having multiple modules. The parent project will work as container for base ...
23:27
Multi module java project with Gradle | basics | sub project import | manage dependencies
Today we will learn: 1. how to create a multi-module gradle project 2. how to import one module to another 3. share dependencies ...
1:07:44
IntelliJ IDEA, a JetBrains IDE
Many Java projects (by some counts, over half) run on Java versions that support the module system and Maven Central offers ...
45:26
Mark Reinhold, Chief Architect, Java Platform Group, Oracle This session presents a practical introduction, with live coding, ...
25:03
the Road to Java: Multi Module Builds with Apache Maven and Gradle
Hi, Java fans! In this installment, we do yet another Java desk check, learning about how to do multi module builds with Apache ...
16:55
How To Approach Dependency Management in Java
Real-Life considerations when working with dependencies in Java: - How to find & trust the right dependencies? - How to ...
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 ...
9:18
Java 9 - Module System - Open Modules
In this presentation we take a look at opening packages within modules.
13:55
Create Multi-Module Maven Project in IntelliJ IDEA
In this video, you will learn how to develop a multi-module Java Maven project in IntelliJ IDEA. In details, I will show you: - Create ...
24:22
Dependency Management in a Multi-Module Project - THIS Is How You Need to Do It
Learn how to make apps scale with a multi-module architecture https://pl-coding.com/multi-module-course Get my FREE 4.5h ...
7:04
Maven Multi Module Project | Parent Pom | Managing Dependencies
A Maven multi-module project is a way to split a large project into multiple smaller, reusable, and manageable modules.
20:45
Create Multi-Module Maven Project in Eclipse
In this video, I'd love to share with you guys how to create a multi-module project Java Maven project in Eclipse IDE, for the ...
15:28
How to Create Multi-Module Maven Project | Dependency Management in Multi-Module Maven Project
In this tutorial video, we'll show you how to create a multi-module Maven project and manage dependencies across modules.
30:27
Building Modular Applications With JPMS and Layrry
The Java Module System lays the foundation for building modularized applications on the JVM. What is doesn't cover is module ...
45:33
Scalable multi-module architecture for Jetpack Compose apps with Pavlo Stavytskyi
Jetpack Compose, navigation, multi-module architecture, API and Impl modules, dependency injection — in this talk, we will see ...
48:32
Modular Development with JDK 9
Alex Buckley, Editor, JLS/JVMS, Oracle A modular development style benefits every Java developer, whether the application is ...
9:32
How to create Modules in Java 9 - Tutorial
Learn about how Java 9 enables strong encapsulation with modularity. Modules add a further layer of encapsulation to our ...