Download Axiom Stack

it's easy - just download and get started

Download the Axiom Stack

Download the Axiom Stack Now!

May 12, 2008
Version 3.2.2.0 ChangeLog

  • XHTML referential integrity enhancements
  • Added the ability to specify the object layer of execution in the Query API
  • This release includes the Axiom Inspector, an excellent tool for prototyping, exploratory programming and debugging.

For more detailed release notes, see Release Notes

Requirements:

*If you are using Tiger OS, there is not a download for Java 1.6, please download the latest release, compatible with Java 1.5

Java 1.6 or greater installed. (OS X* users can download Java 1.6 through the Apple Developer Connection site).

ImageMagick - If you want to enable some of the optional advanced features of the Axiom image libraries, you'll need the ImageMagick libraries installed. You can get them at http://www.imagemagick.org

The "installation" of Axiom is simple. Create an empty directory where you want to start working and extract axiom.zip inside.

 

Writing applications with Axiom Stack is easy. Follow these 3 steps to writing an application on the Axiom Stack.

  1. Determine the application architecture, by defining the object model and how those objects will interact.
  2. Define the JavaScript prototypes in the application that are necessary to achieve the object model defined in step 1, done very easily by the creation of a properties file for each application prototype.
  3. Write the application logic, which is the implementation of the JavaScript functions defined on each prototype and executed on objects of that prototype.
With our tutorials, you'll have your first application written in the amount of time it takes to eat your lunch!