Records Patterns, Performance and Serialization - JEP Café #8

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @cong0929
    @cong0929 10 หลายเดือนก่อน +1

    This is the very concise and easy-to-understandable explanation I've ever watched about Java Record.

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

    Hi Jose, please make a playlist on design patterns , design principles and how they are implemented in JDK. It would be really helpful for all of us. (in English) :)

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

    I’m really fan of records, pretty easy to work with them, excellent content, cheers ☕️

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

      Thanks, glad you liked it!

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

      I am curios of using records for my DTOs but they have no setters. How do I handle my populator now if there are some fields I don't want to populate or are empty from the database?

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

    I like the format of this video!

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

    This was fantastic overview. Thanks a lot for the wonderful explanation.

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

    Excellent talk as always. Thanks Jose 🤗

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

      Glad you enjoyed it!

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

      Thanks!

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

      @@JosePaumard Hi Jose, please make a playlist on design patterns , design principles and how they are implemented in JDK. It would be really helpful for all of us. (in English) :)

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

    Thank you Jose!! Always delightful to learn from you!!

  • @dd1.d
    @dd1.d 3 ปีที่แล้ว +1

    as always very useful and practical information. thank you

  • @12345ms
    @12345ms 2 ปีที่แล้ว +1

    Excellent video, thank you so much for making and sharing this, @José Paumard

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

      Glad you enjoyed it!

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

    0:42 why are Scala's case classes not mentioned? Scala has been around for longer than Kotlin.

    • @7starj
      @7starj 3 ปีที่แล้ว

      good question

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

    In the code at 4:48, the compareTo method needs to be replaced with
    @Override
    public int compareTo(Population other) {
    return Integer.compare(this.number, other.number);
    }

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

    Great video again, I love both JEP Cafe and Inside Java Newscast. By the way, where can we find those glass coffee cups for sale? I would definitely buy one.

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

    What happpened to the section "Using records as data transfer objects"? It shows on the player bar regions, but it talks about serialization

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

    Which earlier JEP Café talks about records? I like this video, but cannot find the earlier one.

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

      We have a Playlist for that 😉
      th-cam.com/play/PLX8CzqL3ArzV4BpOzLanxd4bZr46x5e87.html

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

      @@java Thank you. I see the first JEP 395 : Records discussion is a topic at the end of the first JEP Café #1.

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

    wow thia was the first time i saw a presentation time and content planned with sips of coffee , but its java so possible

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

    Just one, but the most important question.... Where the hell i buy this awesome mug?!!
    Your videos are excellent!

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

    Звук бы погромче. В остальном - отлично!
    The sound should be a little louder. The rest is excellent!

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

    I'm happy the use case for Lombok is going away. Lombok was never problem free.

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

    old-fashioned