AJAX
AJAX
AJAX Keywords:
•JavaScript and XML
•Web browser technology
•Open web standards
•Browser and platform independent
•Better and faster Internet applications
•XML and HTTP Requests
Introduction to AJAX
• AJAX is an acronym for Asynchronous JavaScript And XML.
• The technology uses JavaScript to send and receive data between a web
browser and a web server.
• With AJAX, web applications can be faster, more interactive, and more
user friendly.
• Client-side design
– JavaScript as
• application controller
• (partial) presentation generator
• Server-side design
– XML data item generation instead of HTML page
generation.
– The server provide (small pieces of) data services to the
client.