An overview of the clients available in Spring Boot

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

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

  • @EmmanuelBLONVIA
    @EmmanuelBLONVIA 2 หลายเดือนก่อน +1

    3:08 SpringBoot project metadata & dependencies
    12:57 Moving from asynchronous call to synchronous with RestClient
    16:33 Rest Client
    20:08 HTTP Interfaces

  • @ArjunKumar-zu2kl
    @ArjunKumar-zu2kl 3 หลายเดือนก่อน +1

    Very well explained, surprised why people have not subscribed this channel. Thank you Dan...

  • @mukyt
    @mukyt 3 หลายเดือนก่อน +5

    Hey Dan I hope this finds you good. Since spring has more modules like the sea. What things should I know to become a spring dev can you do you roadmap about it

  • @TonInter
    @TonInter 3 หลายเดือนก่อน

    The differences were always a bit blurry, but this helps a ton.
    Thanks a lot, Dan!

  • @remivieux
    @remivieux 3 หลายเดือนก่อน +1

    If i could press more than 1 thumbs up I would! Again high quality content. Thank you very very much!

  • @hasan0770816268
    @hasan0770816268 3 หลายเดือนก่อน

    You are a natural, you have a talent for explaining things.

  • @kennyhe930
    @kennyhe930 3 หลายเดือนก่อน

    Thanks Dan! I really like this tutorial, and I am looking forward to a comparison style lecture on ORMs, hibernate vs jdbc vs jpa...

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

    Hey Dan thanks for sharing all your knowledge with us.

  • @baticab
    @baticab 3 หลายเดือนก่อน

    Hi Dan, great video! Thanks a lot for share this implementations.

  • @federico7551
    @federico7551 3 หลายเดือนก่อน +2

    Hi Dan, great video!
    Can you do a video where you talk about how to customize the default behaviour of the liveness and readiness probes with Spring Boot?
    For example if the application talk to a database and the database is down how to set the liveness to a broken state.
    Thanks in advance!

  • @KostaStojanovskiAtNovatec
    @KostaStojanovskiAtNovatec 3 หลายเดือนก่อน

    Hello Dan,
    Thanks for the great overview of the different clients.
    To make this client game much more interesting I also have one player more: Spring Cloud OpenFeign.
    Newly in our project, we have used the "Spring Cloud OpenFeign" instead of the listed clients.
    Therefore I have several questions about it:
    1. What is your opinion about it?
    2. How is the relation of it to them?
    3. It is recommended to be used?
    4. To which of the listed clients here is it most similar, or can be substituted?

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

    Hey Dan, can you make video on reactive Java with spring? Thank you for great videos.

  • @karthikravisankar5608
    @karthikravisankar5608 3 หลายเดือนก่อน

    Hello Dan, this is a really good one and I have an query related to http interfaces. Suppose if I have multiple http interfaces like albumclient, postclient and user client, how do I proceed.

  • @suorm-net
    @suorm-net 3 หลายเดือนก่อน

    Great explanation of http clients in Spring. Lately I've been working on projects where multiple partners need to coordinate on the definition of domain models where each partner needs to have their own implementation. This has become a huge PITA so I'm wondering if you could do a video on the retrieval of an external model definition from avro or protobuf, have Spring generate the record for us and then use that in our http interface.

    • @nico-s29
      @nico-s29 3 หลายเดือนก่อน

      Have you tried springdoc

    • @nico-s29
      @nico-s29 3 หลายเดือนก่อน

      And then swagger codegen

  • @anlsenocak5359
    @anlsenocak5359 3 หลายเดือนก่อน

    Hi Dan, would love to learn how to disable ssl check in rest client. It can be achieved with resttemplate but idk in restclient. Thank you

  • @praneethjayawardena7883
    @praneethjayawardena7883 3 หลายเดือนก่อน

    Hey Dan the new RestClient supports oauth2 basic token calling?

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

    How do we call more than one feign client in a springboot project? and is it appropriate to use feign clients for suc multiple requests or use asynchronous communication instead

  • @geni4551
    @geni4551 3 หลายเดือนก่อน +1

    Hello Dan, i have question when it comes to testing with the rest client. In IT we use the web test client which provides a fluent api that allows us to assert on the call itself. TestRestTemplate does not have a fluent api. What about IT with rest client? Is there an Api where we can "assert" on the response? Meaning andExpect()... etc?

    • @DanVega
      @DanVega  3 หลายเดือนก่อน +1

      I did a video on Rest Client Test that you can use to test those calls
      th-cam.com/video/jhhi03AIin4/w-d-xo.html

  • @guythomas9977
    @guythomas9977 3 หลายเดือนก่อน

    All I wanna know is where can I get me a Spring polo?

  • @gasparcalix2095
    @gasparcalix2095 3 หลายเดือนก่อน

    interesting

  • @danydany6068
    @danydany6068 3 หลายเดือนก่อน +1

    you should make a new java course , the one you have right now is 5 years old

    • @DanVega
      @DanVega  3 หลายเดือนก่อน

      If I did what would you like to learn from it? What would set it apart from all the other courses out there?

  • @LukeGJPotter
    @LukeGJPotter 3 หลายเดือนก่อน +1

    At 3:46 when you create the Package, and then the Record.
    Why don't you shortcut it and type
    "todo.Todo"
    as this will create the package.

    • @nico-s29
      @nico-s29 3 หลายเดือนก่อน +1

      He did this in another video so he knows it already learnt that from him 😂