An overview of the clients available in Spring Boot

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 28

  • @EmmanuelBLONVIA
    @EmmanuelBLONVIA 4 месяца назад +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 5 месяцев назад +1

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

  • @joachimdietl6737
    @joachimdietl6737 4 месяца назад

    Hey Dan thanks for sharing all your knowledge with us.

  • @mukyt
    @mukyt 5 месяцев назад +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

  • @remivieux
    @remivieux 5 месяцев назад +1

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

  • @hasan0770816268
    @hasan0770816268 5 месяцев назад

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

  • @baticab
    @baticab 5 месяцев назад

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

  • @kennyhe930
    @kennyhe930 5 месяцев назад

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

  • @TonInter
    @TonInter 5 месяцев назад

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

  • @federico7551
    @federico7551 5 месяцев назад +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 5 месяцев назад

    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 4 месяца назад

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

  • @suorm-net
    @suorm-net 5 месяцев назад

    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 5 месяцев назад

      Have you tried springdoc

    • @nico-s29
      @nico-s29 5 месяцев назад

      And then swagger codegen

  • @karthikravisankar5608
    @karthikravisankar5608 5 месяцев назад

    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.

  • @MichaelElimu
    @MichaelElimu 4 месяца назад

    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

  • @anlsenocak5359
    @anlsenocak5359 5 месяцев назад

    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

  • @geni4551
    @geni4551 5 месяцев назад +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  5 месяцев назад +1

      I did a video on Rest Client Test that you can use to test those calls
      ruclips.net/video/jhhi03AIin4/видео.html

  • @praneethjayawardena7883
    @praneethjayawardena7883 5 месяцев назад

    Hey Dan the new RestClient supports oauth2 basic token calling?

  • @guythomas9977
    @guythomas9977 5 месяцев назад

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

  • @danydany6068
    @danydany6068 5 месяцев назад +1

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

    • @DanVega
      @DanVega  5 месяцев назад

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

  • @gasparcalix2095
    @gasparcalix2095 5 месяцев назад

    interesting

  • @LukeGJPotter
    @LukeGJPotter 5 месяцев назад +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 5 месяцев назад +1

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