Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.51 KB

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