Are there any tools to help the user to design a State Machine to be consumed by my application?
Posted
by kolrie
on Stack Overflow
See other posts from Stack Overflow
or by kolrie
Published on 2008-11-01T17:56:56Z
Indexed on
2010/03/21
8:01 UTC
Read the original article
Hit count: 340
When reading this question I remembered there was something I have been researching for a while now and I though Stackoverflow could be of help.
I have created a framework that handles applications as state machines. Currently all the state business logic and transactions are handled via Java code.
I was looking for some UI implementation that would allow the user to draw the state machines and transactions and generate a file that can later on be consumed by my framework to "run" the workflow according to one or more defined state machines.
Ideally I would like to use an open standard like SCXML. The goal as the UI would be to have something like this plugin IBM have for Rational Software Architect:
Do you know any editor, plugin or library that would have something similar or at least serve as a good starting point?
© Stack Overflow or respective owner