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
XALDoc demo PDF Print E-mail
Wednesday, 16 November 2011 18:12

XALDoc main objective is to generate, automatically, always up-to-date documentation related to a software product during the whole software development process. 

 

We have decided to analyze  Openbravo, a java open source ERP, to prove XALDoc capabilities. Here is the demo of the analysis.

The demo is related to a subset of Openbravo source code  (see srcAD directory): business logic and GUI classes. 

Read more...
 
XAL framework PDF Print E-mail
Thursday, 10 November 2011 21:16

 

XAL framework development never stops. The main objective is to solve problems related to IT industry software development process: time delayed software deployment, higher-than-expected production costs.

Software development  has to keep up with the following rules:

  • definition of clear rules of behavior in the development metodology
  • clear business logic which can be identifiable and understandable by all players (customers, analysts, developers)
  • object oriented programming
  • up-to-date documentation

Costs and time constraints due to market are enimies of these rules: decide hurried today, no business tomorrow. 

Stop talking, do it.  XAL tries to translate these rules into tools. These tools are tightly integrated into software devolopment cycle, from requirements analysis to development: 

  • XAL: is an innovative language based on timed automata (one model understandable by all actors)
  • XALServer: is a run environment for XAL applications (scalability and system integration)
  • XALDesign: is a graphical IDE for XAL application devolopment (business logic: from design to development)
  • XALDoc: is a code refactoring and documentation (always up-to-date) management system (business logic: analysis and model checking phases)
Need more information? <XAL/>
 
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.