Java Modules in Real Life

preview_player
Показать описание
Get advice on why, when, when not, and how to use Java modules in real life for your Java projects.

Presented by Nicolai Parlog - Oracle

Tags: #Java #OpenJDK #Modules
Рекомендации по теме
Комментарии
Автор

I saw the hair.
I saw the Java logo behind Nicolai.
I saw the hair again.
I can't unsee it now.

KeithWhittingham
Автор

I have the same problem as I had with modules when they were introduced, I don't use the cli to compile my java application but gradle/maven. Nowhere are we shown how to compile with module awareness and especially a mixed language mixed env like kotlin/java this stuff just gets very tricky. Or used to be, I have no idea since my bad initial experience around those made me to juts not use modules at all (and I've been happy since).

Czarmzy
Автор

My first bad experience with modules was with split packages.

moaxcp
Автор

I work on java since JDK 8, worked for more than 4 different companies I think, many projects. Never saw any of then using modules, or even talking about modularizing the project, not even greenfield projects. Its 2023 and I still search for reasons to use module system and the maturity of the ecosystem around it. It needs a rethinking, looks like community don't care about it, brings more warn than good which is sad because the problems it original tracks are real ones.

gsilva
Автор

Read your book "The Java module System". Thanks for the content 💪

bakarikilu
Автор

Good practical advice on an otherwise dull subject.

systemsincode
Автор

Awesome information, thank you for the in-depth information allowing me to make great decisions on my project.

DavidParry-Hacker
Автор

ground truth is, that most modern java projects do not make use of jpms. and it makes it hard when your own projects rely on modules.

ponchobob
Автор

Theory even practical without showing is much less efficient, at Oracle it should be clear. Still, thanks for sharing.

emil
Автор

tbh I easier understand java projects without modules rather than with modules.

jackdanyal
Автор

TIL Java Modules in Real Life are a PITA

mikejohnson