I am going to implement a state machine-based workflow in my application, and I came across an interesting structure that could facilitate this task - http://code.google.com/p/stateless/
Unfortunately, this is only for C #.
Does anyone know of a similar workflow structure for Java? Iβm afraid that the integration of Drools will take much longer than I can afford, I need something as light as the Stateless framework.
source share