/statefulj

A Finite State Machine Implementation along with an integrated Spring Based Framework

Primary LanguageJavaApache License 2.0Apache-2.0

StatefulJ

StatefulJ is a lightweight, open source Java Event Driven Finite State Machine(FSM) and a complete Spring Data based framework which lets you easily define and integrate State Machines into your Applications.

Features

  • Simple, dependency free, in memory implementation of an FSM with support for concurrency and non-deterministic transitions
  • Optional Persistence support - currently JPA or Mongo
  • Optional Spring Based Framework with autogenerated and autowired Binding and Persistence (SpringMVC, Jersey, Camel, JPA and Mongo)

Documentation

StatefulJ is documented in detail at http://www.statefulj.org

Demos