| Free tutorials for Java, Eclipse and Web programming |
Version 0.5
Copyright © 2008 - 2009 Lars Vogel
31.05.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 - 0.3 | 10.03.2008 | Lars Vogel and Jennifer Nerlich de Vogel |
| Created | ||
| Revision 0.4 | 30.05.2009 | Lars Vogel |
| Moved introduction to JavaScript to own article | ||
| Revision 0.5 | 31.05.2009 | Lars Vogel |
| Updated to Dojo Toolkit 1.3.1, described usage of Eclipse | ||
Table of Contents
Ajax (Asynchronous JavaScript and XML) describes the possibility to communicate with the webserver in the background and to update a webpage with information from the webserver without re-loading the webpage.
Ajax can improve the usability of a webpage, e.g. a webpage can quickly be displayed while information is still loaded from the webserver.
Ajax is based on the XMLHttpRequest and is considered to by a key technology to realize Web 2.0. For details on the XMLHttpRequest please see the resource section of this article.
This article assume some familiarity with JavaScript. Please see Javascript - Tutorial for a introduction into JavaScript.