"speleomaniac" wrote : 
  | You are mentioning a state machine implementation in MC, did you used a 
framework for state machine implementation (like Apache SCXML)
  | 
No.

We implemented our own.
It's a very simple state machine, currently only handling linear states 
- we saw we could do 99% of the things we wanted, while not having to deal with 
any complexity.

We do plan to extend it a bit, being able to handle tree state model.

This is the interface:
* 
http://anonsvn.jboss.org/repos/jbossas/projects/kernel/trunk/dependency/src/main/java/org/jboss/dependency/spi/Controller.java
And this is the actual impl:
* 
http://anonsvn.jboss.org/repos/jbossas/projects/kernel/trunk/dependency/src/main/java/org/jboss/dependency/plugins/AbstractController.java


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248155#4248155

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248155
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to