hi, want to let to know RESTful oriented implementation of the
stateless state machine - Contextual Stateless, homepage would be -
http://code.google.com/p/contextual-stateless/
In short: state transition guard is splitted into two stage evaluation
- traditional logical expression and handler with the additional
generic TContext type parameter (signature Func<TContext, bool>).
That allows to provide external guard conditions for non-trivial cases
as with the (context) serialization/deserialization in MVP based
projects.
Feel free to visit, ask questions and so on... (yeah, project homepage
is not in a shape I would like now, but hey - Rome wasn't built in a
day)
Gediminas