« Architectural manifesto: Migrating to a Service-Oriented Architecture | Main | Deploy OpenLaszlo apps on Apache Geronimo with Tomcat »

Build apps using Asynchronous JavaScript with XML (AJAX)


Build apps using Asynchronous JavaScript with XML (AJAX)
AJAX (Asynchronous JavaScript with XML) enables a dynamic, asynchronous Web experience without the need for page refreshes. In this tutorial, you will learn to build AJAX-based Web applications -- complete with real time validation and without page refreshes -- by following the construction of a sample book order application.