Download List

專案描述

Axualize is a tool for creating applications by actualizing Java objects using XML. Axualize is based on JSR-57, and is intended to allow developers to create Java applications dynamically using XML. To understand how this could be useful, imagine a J2EE application with multiple client UIs being generated from Web applications. Using Axualize, you can present multiple form-based GUI front ends to your application by dropping in a Web application which builds your GUI applications using Axualize XML generated with JSP and whatever application framework you please.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-19 16:22
1.1.2

This release fixes a bug which caused class loading issues in Java Web
Start.
標籤: Major bugfixes

2003-03-17 15:01
1.1.1

The "load-classes" tag handler is now more flexible, allowing for multiple arguments. The "proxy" tag is now more flexible, allowing better parameter class resolution. Some debugging code which should not have made it into the release was removed.
標籤: Minor feature enhancements

2003-03-03 15:38
1.1.0

BSF engines for "Ruby", "JavaScript", and "BeanShell" were added. "BeanShell" is supported both through BSF and in the default model type. A "MrRoboto" class was added, which creates documents which implement simple java.awt.Robot actions. This MrRoboto class implements KeyListener and MouseListener, and is simply added to each component which will be recorded. A new BSF schema was created to aid creating documents which utilize both standard and BSF namespaces. ProcessHandler has been refactored to behave more like HttpHandler.
標籤: Major feature enhancements

2003-02-26 20:17
1.1.beta1

BSF support was added (see src/xml/examples/scripts.xml for an example). Model interface was added to support BSF. ScriptHandler was added to process stand alone scripts. ExpressionHandler was added to process expressions. bsf.ScriptHandler was added to process stand alone BSF scripts. bsf.ExpressionHandler was added to process BSF expressions. The default model is now BeanShellModel, which provides the same functionally as ModelMap. BeanShellModel was refactored to conform to the Model interface.
標籤: Major feature enhancements

2003-02-19 00:32
1.0.13

ArrayHandler has been changed to allow for primitive arrays. "dynamic-thing" has been changed to include a console.
標籤: Minor feature enhancements

Project Resources