Spring State Machine
Spring Statemachine is a framework for application developers to
use state machine concepts with Spring applications.
状态机是强大的,因为行为总是保证是一致的,使得调试相对容易。
其思想是,您的应用程序可能存在于有限数量的状态...
Spring Shell
The Spring Shell project provides an interactive shell that allows
you to plugin your own custom commands using a Spring based programming model.
介绍
Spring Shell项目的用户可以根据Spring She...
Spring Web Service
Spring Web Services aims to facilitate contract-first SOAP service development,
allowing for the creation of flexible web services using one of the many ways to manipulate XML ...
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...