view source
ExtJs 4 Ajax Request and Response example using Java Servlet and JSON
AJAX stand for Asynchronous JavaScript and XML. AJAX is not a technology in itself, it is a way of developing Web applications that combines: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the most importantly XMLHttpRequest object.
Advertisement