Harold Combs wrote: > > session Does MINA (or some other OSS project) have support for this > directly (maybe defining the state machine and transitions declaratively?
Have a look at mina-sm in the sandbox: http://svn.apache.org/repos/asf/mina/sandbox/niklas/mina-sm/ It's not documented very well but have a look at the tests. In particular the testTapeDeckStateMachineAnnotations() method in StateMachineProxyFactoryTest demonstrates how a state machine can be setup using annotations. Let me know if you have any questions or suggestions for improvements. -- Niklas Therning www.spamdrain.net
