Thursday, April 7, 2011

Ajax Advantages

  • Reducing load on server by fetching required data from server.
  • Reduction of unnecessary web server hits
  • Rich, responsive user interface
  • Real-time web page updates
  • Language neutrality
  • Faster web page renderings
  • Less consumption of server's resources (memory and processor load is reduced)
  • In the Ajax enabled web applications, requests are sent to the server only for the data that is needed. The entire web page is not submitted at one go.

No comments:

Post a Comment