Fun with the Functional Web Framework

October 3, 2018

In Spring Framework 5.0, we introduced the functional web framework as an alternative to the existing annotation-based MVC. This year, we follow up with a presentation where we go beyond the basics, and show more advanced features, including: * Predicates: how to create your own custom predicates, * Nesting routes: how to remove duplication from your predicates, * Route organisation: how to organize route functions into a nearly arranged whole, * Filtering routes: how to introspect and manipulate both request and response with a filter * Much more! Speaker: Arjen Poutsma, Software Engineer, Pivotal Filmed at SpringOne Platform 2018

Previous
Guide to "Reactive" for Spring MVC Developers
Guide to "Reactive" for Spring MVC Developers

Having a modern, reactive, non-blocking, web stack in Spring Framework 5.0, along with reactive Spring Data...

Next Video
Multi-Service Reactive Streams Using Spring, Reactor, and RSocket
Multi-Service Reactive Streams Using Spring, Reactor, and RSocket

As more applications are experiencing the benefits of using a reactive programming model, one of the bigges...