Asynchronous JavaScript and XML

What Does Asynchronous JavaScript and XML Mean?

AJAX is client-sided web development technique that is used to produce interactive Web applications. AJAX is a way of developing an application that combines the functions below, using JavaScript to tie it all together.

Advertisements
  1. XHTML and CSS standards based presentation
  2. Interaction with the page through the document object model
  3. Data interchange with XML and XSLT
  4. Asynchronous data retrieval with XML HTTP Request.

The primary function of AJAX is to help developers make Web-based applications that are similar to desktop-based applications.

Techopedia Explains Asynchronous JavaScript and XML

AJAX is a combination of technologies, not a singular technology. HTML and CSS mark up and style the information and then a cross-platform and object-interaction language is accessed, typically by using JavaScript. JavaScript in turn dynamically displays the information, which allows the user to interact with it. This process exchanges data asynchronously between the browser and the server.

Asynchronous communication is the biggest advantage to AJAX, however. AJAX covers a broad range of Web technologies that are used to start a web application while it is communicating with a server in the background. This benefits the user because it doesn’t interfere or interrupt the Web page he or she is using. JavaScript is not the sole client-side scripting language that uses AJAX programming; VBScript and other languages have this type of functionality, but JavaScript is the most popular.

Despite what its name implies, AJAX neither has to run in an asynchronous manner (in the background), nor does it need to use XML. In fact, JavaScript object notation is more often used.

Advertisements

Related Terms

Latest DevOps Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…