An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.
A collection of classes bridging the SCXML executor to the JSP
environment. An example of this usage can be found in the
pluggable dialog management of the
Reusable Dialog Components (RDC) group container.
A collection of classes related to the SCXML <invoke>
element and its children, dealing with the invocation of
activities associated with a particular state in the state machine.