AJAX- Asynchronous JavaScript And XML
|
AJAX example |
Advantages and Disadvantages?
Whats really NEW HERE? These techniques have been available
to developers targeting Internet Explorer on the Windows platform
for many years. Until recently, the technology was known as web
remoting or remote scripting. Web developers have also used a combination
of plug-ins, Java applets, and hidden frames to emulate this interaction
model for some time. What has changed is that the inclusion of
support for the XMLHttpRequest object has became ubiquitous
in the mainstream browsers across all platforms. The real magic
is the result of the JavaScript technology's XMLHttpRequest object.
Although this object is not specified in the formal JavaScript technology
specification, all of today's mainstream browsers support it. The
subtle differences with the JavaScript technology and CSS support
among current generation browsers such as Firefox, Internet Explorer,
and Safari are manageable. If you are required to support older
browsers, AJAX may not be the answer for you. Example: AJAX calling a Java Servelet as the server program.
|
Resources:
|