Java Modules in Real Life

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 20

  • @KeithWhittingham
    @KeithWhittingham ปีที่แล้ว +15

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

    • @nipafx
      @nipafx ปีที่แล้ว +1

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

    • @prpramod
      @prpramod 2 หลายเดือนก่อน

      🤣

  • @emil8367
    @emil8367 ปีที่แล้ว +1

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

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv ปีที่แล้ว

    Thanks

  • @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' ?

  • @Czarmzy
    @Czarmzy ปีที่แล้ว +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).

  • @mikejohnson5258
    @mikejohnson5258 4 หลายเดือนก่อน

    TIL Java Modules in Real Life are a PITA

  • @moaxcp
    @moaxcp ปีที่แล้ว +2

    My first bad experience with modules was with split packages.

  • @ponchobob
    @ponchobob 9 หลายเดือนก่อน

    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.

  • @ANTGPRO
    @ANTGPRO ปีที่แล้ว +1

    Hello! Thanks, i have your book :)

  • @onebeartoe
    @onebeartoe ปีที่แล้ว +3

    Thanks for the in depth coverage.

  • @bakarikilu2582
    @bakarikilu2582 10 หลายเดือนก่อน

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

  • @jackdanyal4329
    @jackdanyal4329 ปีที่แล้ว

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

  • @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 9 หลายเดือนก่อน

      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.

  • @DavidParry-Hacker
    @DavidParry-Hacker ปีที่แล้ว

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

  • @systemsincode7023
    @systemsincode7023 ปีที่แล้ว +2

    Good practical advice on an otherwise dull subject.