The AXEL framework extends XML and HTML, adding "xml actions" that perform tasks during page processing. Goto http://xmlactions.org for a full description of how it works.
Actions can be as simple as inserting a page, to as complex as building query results from external data sources.
The Axel Framework project consists of different components:
* axel-actions (core framework)
* axel-mapping (a mapping tool built on axel-actions)
* axel-pager (a web page builder built on axel-actions)
* axel-db (database actions for inserting, querying, updating)
* axel-jar (builds a delivery jar file)
* axel-web (builds a war file as a base for a web site that uses AXEL)
Visit http://xmlactions.org for installation and setup instructions.
...