Java Modules in Real Life

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 22

  • @KeithWhittingham
    @KeithWhittingham 2 роки тому +23

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

    • @nipafx
      @nipafx 2 роки тому +2

      Omg, now I can't unsee it either! 😮

    • @prpramod
      @prpramod 6 місяців тому +1

      🤣

  • @Czarmzy
    @Czarmzy 2 роки тому +7

    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).

  • @onebeartoe
    @onebeartoe 2 роки тому +3

    Thanks for the in depth coverage.

  • @moaxcp
    @moaxcp 2 роки тому +3

    My first bad experience with modules was with split packages.

  • @DavidParry-Hacker
    @DavidParry-Hacker 2 роки тому

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

  • @bakarikilu2582
    @bakarikilu2582 Рік тому

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

  • @gsilva877
    @gsilva877 Рік тому

    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.

    • @Adi-yi6qq
      @Adi-yi6qq Рік тому

      Personally for me I find most of the new features in Java (Java 11 and onwards) to be completely useless for real life projects. All these features are flashy i.e. when you look at them it feels quite cool but they are not practical and would make a codebase difficult to understand if used extensively. Just my opinion.

    • @ristekostadinov2820
      @ristekostadinov2820 2 місяці тому

      @@Adi-yi6qq records are useful, pattern matching

  • @ponchobob
    @ponchobob Рік тому

    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.

  • @systemsincode7023
    @systemsincode7023 2 роки тому +2

    Good practical advice on an otherwise dull subject.

  • @carlosv.7495
    @carlosv.7495 Місяць тому

    Well on the screen everyting is fine and run...

  • @ANTGPRO
    @ANTGPRO 2 роки тому +1

    Hello! Thanks, i have your book :)

  • @emil8367
    @emil8367 2 роки тому +1

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

  • @jackdanyal4329
    @jackdanyal4329 Рік тому

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

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv 2 роки тому

    Thanks

  • @mikejohnson5258
    @mikejohnson5258 9 місяців тому

    TIL Java Modules in Real Life are a PITA

  • @Douglas-Allen
    @Douglas-Allen Рік тому +1

    Who’s still using modules in 2023?

    • @Mig440
      @Mig440 Рік тому

      Modules havent been deprecated, so what do you mean by 'still using' ?