AJAX provides a lot of powerful features.
·
Minimizing round trips to the web server
·
Web page updates in real time
·
Language independence
·
Rendering of web pages in a faster pace
·
Reduced consumption of server resources
In the AJAX based web application development, the server
receives the requests only for the data that is required. The entire web page
is not submitted to the web server at one go.
AJAX makes use of XML, XSLT, XMLHttpRequest, JavaScript,
HTML, and DHTML technologies.