Home > Uncategorized > Asynchronous JavaScript and XML (AJAX)

Asynchronous JavaScript and XML (AJAX)

August 2nd, 2005 Leave a comment Go to comments

Michael Schwarz has built an amazing library (AJAX) to allow server-side processing without requiring postback.In fact his framework exposes a functionality to asynchronously sending and receiving HTTP Requests and HTTP Responses to and from the server. I guess Google suggest and Google map are both using the same technique. I’m sure that AJAX will change the asynchronous design patterns and will have a great impact on separating tiers in application architecture soon. Here is the definition of AJAX I found in Wikipedia.


Categories: Uncategorized Tags:
  1. No comments yet.
You must be logged in to post a comment.