Reactive Spring • Josh Long • GOTO 2019
Video Statistics and Information
Channel: GOTO Conferences
Views: 40,181
Rating: 4.8965516 out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, Programming, GOTOchgo, GOTO Chicago, Josh Long, Pivotal, Spring 5, Spring Framework, microservices, Spring Boot, #Spring Security, Reactive Spring
Id: 1F10gr2pbvQ
Channel Id: undefined
Length: 53min 42sec (3222 seconds)
Published: Tue May 28 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
FYI, here's the talk Abstract
Microservices and big data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is IO-bound dominates threads. This wouldn't be such a big deal if we could add more threads cheaply, but threads are expensive on the JVM, and most other platforms. Even if threads were cheap and infinitely scalable, we'd still be confronted with the faulty nature of networks. Things break, and they often do so in subtle, but non-exceptional ways. Traditional approaches to integration bury the faulty nature of networks behind overly simplifying abstractions. We need something better.
Spring Framework 5 is here! It introduces the Spring developer to a growing world of support for reactive programming across the Spring portfolio, starting with a new Netty-based web runtime, component model and module called Spring WebFlux, and then continuing to Spring Data Kay, Spring Security 5.0, Spring Boot 2.0 and Spring Cloud Finchley.
Sure, it sounds like a lot, but don't worry! Join me, your guide, Spring developer advocate Josh Long, and we'll explore the wacky, wonderful world of Reactive Spring together.
so Spring 5 brings their own react/angular like framework? that could be interesting if it allows a better coupling of component and server than through ajax or websockets