SpringOne2GX 2015 Replay: Introducing RxJava into a Spring Boot REST API
Recapping a talk from SpringOne2GX 2015, let's explore the introduction of RxJaja into a Spring Boot API. Discussions include pitfalls, required changes, and more!
Join the DZone community and get the full member experience.
Join For FreeRxJava is an awesome library for async data streams. It is both expressive and powerful but the learning curve can be quite steep at first. So we want to quickstart developers into the world of Reactive eXtensions with more context than just listing operators!
Adapted from a hands-on workshop, this talk will describe how one can migrate code into a fully async and RxJava-based application, built upon Spring Boot and Java 8.
What kind of changes does this require? What shifts in thinking? What are the traps and pitfalls to avoid? Hopefully you’ll learn the answers to these questions in this talk!
Recorded at SpringOne2GX 2015
Speakers: Simon Baslé, Laurent Doguin
Slides: http://www.slideshare.net/SpringCentral/practical-rxjava
Web/JavaScript Track
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments