Switch to full style
Codes,problems ,discussions and solutions
Post a reply

How asynchronous is AJAX

Sat Dec 13, 2008 1:04 am

In AJAX we use Asynchronous communication request/response model.decoupling user interaction from server interaction. As a result, the user can continue to use the application while the client program requests information from the server in the background. When new information arrives, only the related user interface portion is updated.And this is a big important point in the benfits



Re: How asynchronous is AJAX

Wed Sep 22, 2010 11:37 am

Exactly the process is like this only.
Due to this process user get information from the server...
Without undergoing of complete reloading of a page... :)

Re: How asynchronous is AJAX

Thu Jan 03, 2013 9:15 am

Asynchronous means that the script will send a request to the server, and continue its execution without waiting for the reply.

Re: How asynchronous is AJAX

Wed Jan 23, 2013 1:11 pm

Yes, Ajax assists the web pages to update asynchronous by replacing same data with the server. The main feature is without reloading the whole page.

Good examples here:

ajax/sending-a-post-request-using-ajax-t598.html
ajax/my-first-ajax-application-t597.html
ajax/login-using-ajax-t3234.html

Post a reply
  Related Posts  to : How asynchronous is AJAX
 Asynchronous Logger using Java     -  
 What is AJAX, How to start AJAX?     -  
 AJAX WITH JSP     -  
 need help in ajax     -  
 using ajax with asp     -  
 need help in ajax     -  
 Validation using Ajax     -  
 The Ajax roundtrip     -  
 My First Ajax application     -  
 Issue in ajax     -  

Topic Tags

AJAX Basics