Spring Web Flow
Spring Web Flow builds on Spring MVC and allows implementing the “flows” of a web application.
A flow encapsulates a sequence of steps that guide a user through the execution of s...
Spring HATEOAS
Spring HATEOAS provides some APIs to ease creating REST representations that follow the
HATEOAS principle when working with Spring and especially Spring MVC.
The core problem it t...
Spring Batch
Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing,
transaction management, job processing statistics, job ...
Spring Rest Docs
Spring REST Docs helps you to document RESTful services.
It combines hand-written documentation written with Asciidoctor
and auto-generated snippets produced with Spring MVC Tes...