Actually SAVE to a Database: How to Use Spring JDBC

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

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

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

    This channel is a gold mine for all beginners learning Spring...

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

    Thanks for making this video!

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

    Great videos! I just hope yours will be more like Intermediate level and not just for beginners

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

      Thank you for the kind words! 🎉 Great idea, do you have a particular topic in mind?

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

    Great Video !
    Could you cover some security concepts like JWT authentication?

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

      I can indeed. I've got a JWT video on the backlog 😎

  • @sanchez-emir
    @sanchez-emir ปีที่แล้ว

    Excelente video.
    Podría hacer uno con redis?

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

      Thank you! I'll add a Redis video to the video backlog 💪

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

    isnt jdbc now outdated as all are using jpa? if yes why do we need to learn jdbc? just asking

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

      Great question!
      JDBC operates at a lower level -- there are going to be times where you just want to run SQL against a database. A microservice might be a reasonable example.
      In contrast, Spring Data JPA operates at a higher level, but could be considered a "heavyweight" solution, at least in comparison to Spring JDBC. So more setup and dependencies.
      I'd see them both as tools in a toolbox and you get to choose which to use and when.
      (Spring Data JPA tutorial drops on Monday 💪)

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

    Great Video, waiting for the spring data jpa tutorial with @OneToMany, @ManyToOne, @OneToOne relations

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

      Thank you! I'll put this on the backlog 👍