Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein Servlet Dispatcher wurde hinzugefügt, so dass es keine Notwendigkeit, die jede Bohne als Servlet in web.xml zu erklären. RAJAX Objekte sind POJOs und kann mit JUnit ohne einen Behälter geprüft werden. Nimble MVC verwendet nun den Begriff der Beobachter-Muster der Veranstaltung Anfügen und Trennen. Der Code für die XSLT-Prozessor auf der Server-Seite, wenn der Browser nicht die Aktion gestartet wurde lokal verarbeiten kann.
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

Der Code wurde aufgeräumt. Ein XML / XSLT MVC-Framework wurde hinzugefügt. Apt Anmerkungen wurden hinzugefügt, um die Notwendigkeit von speziellen Namen für AJAX-Methoden zu entfernen. Diese ist vollständig kompatibel mit IE7 und 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

HttpSession Support wurde hinzugefügt. Die einfache Chat-Demonstration war mit Sitzungen aktualisiert.
Tags: Initial freshmeat announcement
HttpSession support was added. The simple chat
demonstration was updated with sessions.

Project Resources