Asynchronous JavaScript and XML

Why Trust Techopedia

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

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.