Reactive Spring • Josh Long • GOTO 2019

preview_player
Показать описание
This presentation was recorded at GOTO Chicago 2019. #gotocon #gotochgo

Josh Long - Spring Developer Advocate at Pivotal, Java Champion & Author of 6 books @coffeesoftware

RESOURCES

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 [...]

Download slides and read the full abstract here:

RECOMMENDED BOOKS

#spring5 #SpringFramework #microservices #SpringBoot #SpringSecurity

CHANNEL MEMBERSHIP BONUS
Join this channel to get early access to videos & other perks:

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

In Hindi Language...Josh means abundant enthusiasm...and this man is no less than that... love his

lsranganath
Автор

I am a simple man, I see a talk by Josh -> Instant Like

iJuenger
Автор

I love production. YOU should love production. You should go as early and often as possible. Bring the kids, bring the family. The weather is amazing. It's the happiest place on Earth. It's better than Disneyland. Hahaha Mr Long, well done.

ddomingo
Автор

I don't how people commented clear, simple, etc. First 15 mins is just talk and after he takes bullet train of development and I can't match his pace. It must be great talk for those who are great learners and experience java/spring developers, but not for slow and new ones

AbHIShEkUPAdhYaYshekup
Автор

That was one of the best speeches I've seen about Reactive Spring + Josh is a funny guy, hahaha

matheus_olliric
Автор

Makes so much sense when you have worked with RxJS observables.

hdevivs
Автор

Great talk... very useful for getting into reactive prog

camilohurtado
Автор

I learnt not only reactive probramming but a new way injecting dependency using Lombok and also a replacement of @PostConstruct. Bravo!

asashish
Автор

Clearly explained why one should prefer reactive architecture to MVC model in the context of scaling. And also key role of protocols (http, Websockets and Rsockets) in applications architecture

saikrishnareddychityala
Автор

clear and straight to the point! like it

nawnaw
Автор

I like josh long, but you can start watch from 15min.

qingcaish
Автор

man, I need you in all in my projects

tareksahalia
Автор

damn this guy speaks at 2x speed in real life
good presentation:) thanks

magzhanabdibayev
Автор

Curious, is there a reason for spacing the params when typing code. 🤔. May be it feels good when its prettified?

coconutbunch
Автор

34:45 without reactive spring, server sent events blocks a thread ?

roronoa_d_law
Автор

Does anyone know why he uses Publisher instead of Flux as returned type of the request handler method on line 73 at 34:28?

krige
Автор

Very entertaining. Good guy, knows his stuff. Only one thing pissed me off .. he used "efficient" and "polling" in the same sentence.

atanasdenkov
Автор

Here is Production and There is PHP. They should never come close. Haha.. Like your satire.

brijchavda
Автор

Will the deep dive that he talked about be published? That would be awesome to see as well

VinceLikesTacos
Автор

can we find the repo of this talk somewhere?

folgerf