Talks
Events

Fun with the Functional Web Framework

Arjen Poutsma at Spring I/O 2018

At Spring I/O last year, 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
* And more!