Skip to content

narrow screen resolution wide screen resolution auto screen resolution Increase font size Default font size Decrease font size default color brick color green color
Home
XAL Designer Tool e XAL Interpreter: updates PDF Print E-mail
Thursday, 29 April 2010 11:29
You can now download two updated versions of XAL Designer Tool and the XAL Interpreter where some minor bugs have been fixed. You can download the updated version in the Download area.
 
XAL Designer Tool - Design your automaton graphically PDF Print E-mail
Wednesday, 10 June 2009 22:47

In download section you can get the source files for  XAL Designer Tool. Through it you can draw the automaton on which a XAL application is based. In order to compile the source files you will need the last versions of Java JDK (go to the website) and of the ANT tool (go to the website). In the following, a small tutorial about how to install and use the XAL Designer Tool.

Read more...
 
XAL PDF Print E-mail
Tuesday, 14 April 2009 16:57

XAL is the acronym of XML Automata Language. It is a language which allows to create web oriented and common application starting from the automaton definition. The application is defined as a states collection and a transitions set between these states: a transition is perfomed when a particular event arises.

XAL allows to define temporal constraints that have to be statisfied in order that specific transitions can be perfomed properly.

Each state has two functions associated: an action one and a metric one. These function can be PHP functions or class method or web services calls.