Flow Engine based on SCXML

A new Flow Engine based on SCXML has been included in MyMobileWeb platform. With this new implementation, the flow of any MyMobileWeb application could be defined in a declarative way by using the SCXML language. The main advantages of this approach are:

  • legibility: the whole application flow is clearly visible by looking at the flow definition file(s)
  • simplicity: users avoid the use of Java Event Handlers
  • standards-based solution: SCXML is a W3C technology
  • flexibility: SCXML is a generic State Machine Language, so it can be adapt to concrete use cases.

The new SCXML Flow Engine is already available in the Nightly Build. You can find further information about how to use it in the SCXML Getting Started wiki page.