Modular Development with JDK 9 by Alex Buckley

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

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

  • @JamesAJ
    @JamesAJ 7 ปีที่แล้ว +18

    Okay, this is the first talk about module system that actually makes sense to me. Great job by the speaker.

  • @andrewbrooks8808
    @andrewbrooks8808 4 ปีที่แล้ว

    a very useful overview of the module system, wish I had viewed this sooner

  • @donrounds7791
    @donrounds7791 3 ปีที่แล้ว

    Really useful to get the context and basic concepts. Need to find another video though that goes a bit more in to the syntax / directives though before I feel practically useful

  • @ZhekaKozlov
    @ZhekaKozlov 7 ปีที่แล้ว +4

    You didn't explain the difference between the dashed lines and the solid lines in the "java.se" module graph :)

  • @aadityarane3464
    @aadityarane3464 3 ปีที่แล้ว

    each and every sentence of yours have some meaning. It's like new knowledge to me.

  • @122mlb
    @122mlb 4 ปีที่แล้ว

    The presentation was going smooth until the "open" keyword appeared... What kind of errors happen when a framework tries to "reflectively" access application code not "opened" via the module declaration file?

  • @hlavaatch
    @hlavaatch 2 ปีที่แล้ว

    Missing a mention how to specify modules in MANIFEST.MF so I can run the .jar (hint: Import-Package: OSGi header seems to be needed in addition to the Class-Path: and Main-Class: to enable modules in additional JARs)

  • @Vanuatoo
    @Vanuatoo 7 ปีที่แล้ว

    Great talk, enlightening indeed.

  • @rpwarp
    @rpwarp 5 ปีที่แล้ว

    I would not be surprised a library comes in to auto create modules export imports.

  • @AliAhmadTube
    @AliAhmadTube 6 ปีที่แล้ว

    is it me or the modularity in jdk 9 is all about profiling the jdk(including deprecating legacy techs like cobra) and limiting the public class access from outside the jars?

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

      Based on module descriptors you also can create custom runtime images with jlink. The resulting runtime images are generally smaller than monolithic JREs from Java 8 or older. Which means they can be used on a bigger set of devices.

  • @muthusankaranarayananvalli1667
    @muthusankaranarayananvalli1667 4 ปีที่แล้ว

    Very nice notes

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

    Hi, thanks, I will switch to c#.

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

      Ha ha, good luck with that.