|
AJAX (Asynchronous JavaScript and XML) or Ajax, is a group of inter-related web development techniques used for creating interactive web applications. A primary characteristic is the increased responsiveness and interactivity of web pages achieved by exchanging small amounts of data with the server "behind the scenes" so that entire web pages do not have to be reloaded each time there is a need to fetch data from the server. This is intended to increase the web page's interactivity, speed, functionality and usability. There are several AJAX frameworks available in the market including DOJO, GWT, Open Lazslo. Prabhavat team has done extensive work with AJAX and has worked with leading toolkits in the industry. They have implemented their AJAX toolkit as well while implementing an interactive user interface, so they have in-depth understanding of the functioning of AJAX.
|