Download List

Descripción del Proyecto

RAJAX is an approach to remove the repetitive code
that coders need to add for simple AJAX
applications. AJAX code is generated from POJOs
with annotations (and with no configuration
files). A simple MVC framework is available
totally based on the client side using XSLT to
transform either XML or JavaScript objects.

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.

2007-06-17 07:50
1.5

Un despachador Servlet fue agregado, lo que no hay necesidad de declarar cada grano como un servlet en web.xml. RAJAX objetos son POJOs y pueden ser probados con JUnit sin correr un contenedor. MVC Nimble ahora utiliza el concepto de patrón de Observadores para el evento de aplicación y el desprendimiento. El código para el procesador XSLT en el servidor cuando el navegador no puede controlar la acción se inició a nivel local.
Tags: Major feature enhancements
A Servlet dispatcher was added, so there is no
need to declare each bean as a servlet in web.xml.
RAJAX objects are POJOs and can be tested with
JUnit without running a container. Nimble MVC now
uses the concept of the Observer pattern for event
attaching and detaching. The code for the XSLT
processor on the server side when the browser
cannot handle the action locally was started.

2007-05-30 18:05
1.4

El código fue limpiado. Un / XML XSLT marco MVC fue añadida. Apt anotaciones se agregaron a eliminar la necesidad de nombres especiales para los métodos de AJAX. Esto es totalmente compatible con IE7 y Firefox 2.0.0.
Tags: Major feature enhancements
The code was cleaned up. An XML/XSLT MVC framework
was added. Apt annotations were added to remove
the need of special names for AJAX methods. This
is fully compatible with IE7 and Firefox 2.0.0.

2007-05-15 14:40
1.2

Apoyo HttpSession fue añadida. La simple demostración de chat se ha actualizado con las sesiones.
Tags: Initial freshmeat announcement
HttpSession support was added. The simple chat
demonstration was updated with sessions.

Project Resources