From 1292ac3198fc394341dc5055942ce9d3bcab112e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 9 Aug 2015 17:30:51 +0100 Subject: [PATCH] Update pages --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index f677c372..ac9fcbb4 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,9 @@ Spring Statemachine aims to provide following features: * State machine regions to provide even more complex state configurations. * Usage of triggers, transitions, guards and actions. * Type safe configuration adapter. +* Builder pattern for easy instantiation for use outside of Spring Application context +* Recipes for usual use cases +* Distributed state machine based on a Zookeeper * State machine event listeners. * Spring IOC integration to associate beans with a state machine.