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.