AJAX Case Study:
AJAX is the approach towards the creation of the user interfaces of web applications which is based on the background (without interference and prevention of work of the systems) exchange of information between browser and web server. As a result, during the update of the data the entire web page is not reloaded and the web applications work faster and easier. AJAX is not a separate technology, but a concept of cooperation of several technologies, which are based on the work of the two major principles. The first one is the dynamic request to the server without the reboot of the whole web page. The second is the use of DHTML for the dynamic change of the web page’s content. The term AJAX was first introduced to the general public in 2005 by Jesse James Garrett who called it the ultimate approach towards the web applications. Continue reading