SCXML: Difference between revisions

Content deleted Content added
Spone (talk | contribs)
Examples: Fixed typo
Tags: canned edit summary Mobile edit Mobile web edit
there was no development for about 2 years, the standard changed in that time.
Line 91:
*[https://github.com/pelatimtt/Legian Legian] An SCXML engine implemented in Java using Rhino as a Javascript engine. It also supports some additional features such as custom tag libraries and includes. It is not fully W3C compliant.
*[http://qt.gitorious.org/qt-labs/scxml Qt SCXML Engine] implemented in C++ as well and tightly integrated with their [[Signals and slots|Signals and Slots]] concept.
*[http://github.com/jroxendal/PySCXML PySCXML] a Python-implementation under active development. Supports a wide range of technologies, including websockets and SOAP. Highly standards-compliant. Also supports the ECMAScript datamodel. (last push 2013)
*[http://pyscxml.spyderbrain.com The PySCXML Console] a web-based interactive SCXML console for running and interacting with SCXML documents. Supports the ECMAScript datamodel.
*[http://code.google.com/p/scxml4flex/ SCXML4Flex] ActionScript/Flex partial port of [http://github.com/jroxendal/PySCXML PySCXML].