InfoQ Homepage Presentations Introducing RxJava into a Spring Boot REST API
Introducing RxJava into a Spring Boot REST API
Summary
Simon Baslé and Laurent Doguin describe how one can migrate code into a fully async and RxJava-based application, built upon Spring Boot and Java 8. They discuss what kind of changes this requires and what shifts in thinking, what are the traps and pitfalls to avoid.
Bio
Simon Baslé is a software development aficionado, Editor at InfoQFR, SDK Engineer at Couchbase. Laurent Doguin is a Couchbase Developer Advocate for Java developers and the French community.
About the conference
This is a one-of-a-kind conference for application developers, solution and data architects: people who develop business applications, create multi-device aware web applications, process vast quantities of enterprise data, design cloud architectures, and manage high performance infrastructure. The sessions are specifically tailored for Developers and Architects using the popular open source Spring IO Projects, Groovy & Grails, Cloud Foundry, RabbitMQ, Redis, Geode, Hadoop and Tomcat technologies. Whether you're building mission-critical web or business applications, crunching huge amounts of distributed data, or designing the next killer cloud native application, SpringOne2GX will keep you up to date with the latest enterprise technology.
Community comments
Can Be Condesnsed With Same Info
by Christian Lombardo,
Useful Talk
by Daniel Vaughan,
Can Be Condesnsed With Same Info
by Christian Lombardo,
Your message is awaiting moderation. Thank you for participating in the discussion.
One hour and 34 minutes is just too long! Got to be able to condense this presentation in under 55 minutes with the same info. Also you got to have personality in your presentation. You sound like a robot talking with no emotions. All presenters need to learn how to present in such a way to keep the audience engaged. This is basic presentation skills.
Useful Talk
by Daniel Vaughan,
Your message is awaiting moderation. Thank you for participating in the discussion.
I found this a useful intro to RxJava. I did skip a bit of the middle as I was more interested in how to make the REST controller methods asynchronous. It would be nice to have an example of a website consuming an asyncronous web service.