SpringOne2GX 2015 replay: Introducing RxJava into a Spring Boot REST API
Recorded at SpringOne2GX 2015 Speakers: Simon Baslé, Laurent Doguin Slides: http://www.slideshare.net/SpringCentral/practical-rxjava Web / JavaScript Track RxJava 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…