0
30kviews
Explain in detail AJAX Web Application Model with neat diagram.
1 Answer
written 5.1 years ago by |
AJAX, a new approach to Web applications, which is based on several technologies that help in developing applications with better user experience. It uses JavaScript and XML as the main technology for developing interactive Web applications.
In traditional Web applications, the synchronous mode of communication existed between the client and the server as shown in following figure:
Since AJAX is essentially used for a partial update and asynchronous communication, the AJAX model used for programming and it is not restricted for use with specific data exchange format, specific programming language, or the specific communication mechanism.