Spring Statemachine 1.0.0.M3 发布,和上一版本相比,该版本除了一些 bug 修复,还有一些新特性,主要如下:
Distributed state machine
Persisting state machine context
Relax use of enums as states and events
Programmatic instantiation of state machines
New recipe modules
New samples (persist, zookeeper, web)
Spring Statemachine (Spring 状态机)是使用 Spring 框架下的状态机概念创建的一种应用程序开发框架。它使得状态机结构层次化,简化了配置状态机的过程。
软件详情:http://spring.io/blog/2015/08/04/spring-statemachine-1-0-0-m3-released
下载地址:https://github.com/spring-projects/spring-statemachine/releases
来自:开源中国社区

