Ajax: A New Approach to Web Applications
The continuous development technology gives birth to new approach in Web Applications One of them is Ajax. Ajax is not actually a technology. It is really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates standards-based presentation using XHTML and CSS; dynamic display and interaction using the Document Object Model; data interchange and manipulation using XML and XSLT; asynchronous data retrieval using XML Http Request; and JavaScript binding everything together. The classic web application model works like this. Most user actions in the interface trigger an HTTP request back to a web server.
Posted: February 15th, 2008 under AJAX.
Comments: none
