Reactive Programming with Spring Framework 5

Learn Reactive Programming with Spring Framework 5!
What you’ll learn
- Learn how to leverage the Reactive Programming Features of Spring Framework 5
- Build microservices with Spring WebFlux
- Leverage Reactive types in Spring Data MongoDB
- Functional Programming with Java
Requirements
- SQL Knowledge helpful
Description
One of the most interesting new features in Spring Framework 5 is Reactive Programming.
Reactive Programming is an important paradigm shift from the traditional object oriented programming commonly used with Java.
Reactive Programming adopts an immutable / functional style (which is fully explained in the course!).
In side this course, you will first learn the fundamental concepts of Reactive Programming. You’ll learn why immutability and functional programming are important to Reactive Programming.
Next, you’ll get hands on experience with building a Reactive application to stream ‘movie events’ leveraging the Reactive data types and WebFlux – both new to Spring Framework 5.
These exercises help get you comfortable using the Reactive Programming APIs and functional programing style.
R2DBC is the reactive equivalent of JDBC. You will see how to use Spring Data R2DBC and reactive types to perform CRUD operations against a Relational Database.
Who this course is for:
- Ideal for Spring Framework Developers wishing to learn Reactive Programming