About Ajax
|
|
|
|
| Articles Reviews Ajax | |
| Written by Adi Bach | |
| Saturday, 14 October 2006 | |
|
{mos_sb_discuss:53}
In each interaction with the user, an entirely new page is required. Such applications must use bandwidth, transferring constant page elements (site navigation, for example) with each page request, even though these elements were sent to the client in previous responses. Further, such applications are slower than desktop applications,because the web application is unresponsive while the results of one interaction are being processed and until the new page loads.
When using
Further, such communication happens
asynchronously and without a page refresh. Probably the most popular
Rather, the interface is updated dynamically by manipulating the DOM via JavaScript based on user interaction with the application and XML communication with the GMail server. This enables, for example,a user to compose an email, click Send, and continue reading his or her email while the GMail server handles the actual processing of the sent message. While reading the rest of the email, he or she will receive a status message indicating that the message was sent successfully.
Powered by jReviews |
|
| Last Updated ( Saturday, 07 July 2007 ) | |
| < Prev | Next > |
|---|







