Home > Programming > Ajax (Asynchronous JavaScript and XML)

Ajax (Asynchronous JavaScript and XML)

November 17th, 2006 admin Leave a comment Go to comments

Asynchronous JavaScript and XML, I can explain this with just one picture.

98146589_99749e538f.jpg

This picture show us that the browser doen’t connect to a websever to get html pages any more. for example, if you open gmail.com, then you will get bunch of xml document instead of html.
with those xml document, the JavaScript will generate proper html pages.
it’s pretty simple concept, huh?

Wikipedia says
Simple tutorial
Ajax blog
Java BluePrints Solutions Catalog
Technical article

Categories: Programming Tags: ,
  1. No comments yet.
  1. No trackbacks yet.