Guide to "Reactive" for Spring MVC Developers

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Having a modern, reactive, non-blocking, web stack in Spring Framework 5.0, along with reactive Spring Data repositories, is of great strategic importance, providing a range of new options for a category of applications. What if you're not ready for a full reactive stack, either because you don't need the level of scale and concurrency, or because you're using blocking dependencies (e.g. JDBC, JPA), or simply have other issues vying for precious time and attention? One of the strengths of the Spring Framework has always been to provide an incremental range of options, so applications can choose what's best for them, and the async, non-blocking space is no exception. This talk is a guide for Spring MVC developers to understand the reactive features available to them to add value to existing applications. We'll discuss the use of a reactive data repository layer, orchestrating remote service calls, response streaming, testing, and more. We'll take a look at how using reactive libraries changes the way you write and debug applications. We'll also discuss the limits of what you can do in Spring MVC and what more you can do with a full reactive stack and Spring WebFlux.
    Speaker:
    Rossen Stoyanchev
    Senior Staff, Pivotal
    Filmed at SpringOne Platform 2018

КОМЕНТАРІ • 15

  • @soyphea8697
    @soyphea8697 3 роки тому +2

    Well, this is useful to embed with existing spring mvc. Good with fluent API and combine the multiple call.

  • @VuNguyen-cc2go
    @VuNguyen-cc2go 2 роки тому

    How do you config to see reactor-http-client logs in your project? I couldn't figure out why my WebClient doesn't log anything in console...

  • @gunasagar8672
    @gunasagar8672 4 роки тому

    Thanks Rossen, a nice presentation, learned some good points from this.

  • @sasubramanian6893
    @sasubramanian6893 4 роки тому +2

    where we can find source code ?

    • @MrMikomi
      @MrMikomi 4 роки тому +4

      Seek and ye shall find

    • @tyomero
      @tyomero 3 роки тому +3

      www.infoq.com/presentations/spring-reactive-webflux/

    • @arvindkumarrukmaji
      @arvindkumarrukmaji 3 роки тому

      @@tyomero thank you!!

    • @josephmbimbi
      @josephmbimbi 3 роки тому

      @@MrMikomi oh come on

  • @ukyo1541
    @ukyo1541 3 роки тому

    ~~~~~~~~~good ~~~~~~~~~

  • @MrMikomi
    @MrMikomi 4 роки тому +2

    Doesn't look that difficult to me and I'm just your bog standard backend dev.

  • @aldebaranh666
    @aldebaranh666 4 роки тому +3

    2x

  • @haroldpepete
    @haroldpepete 2 роки тому +1

    great talk, the only one thing that don't like me was that sound you do with your mouth, i don't know why some people have that anoying behavior

  • @joshuagough2391
    @joshuagough2391 10 місяців тому

    Thank. you for this, it was very helpful 🦾