Skip to main content

AJAX

  • Living reference work entry
  • First Online:
  • 187 Accesses

Definition

AJAX is an acronym for “Asynchronous JavaScript and XML” and refers to a collection of web development technologies used together to create highly dynamic web applications.

Key Points

AJAX does not refer to a specific technology, but instead refers to a collection of technologies used in conjunction to develop dynamic and interactive web applications. The two main technologies comprising AJAX are the JavaScript scripting language and the W3C open standard XMLHttpRequest object API. While the use of XML and DOM are important for standardized data representation, using neither XML nor DOM is required for an application to be considered AJAX-enabled since the XMLHttpRequest API actually supports any text format.

Using the XMLHttpRequest API, web applications can fetch data asynchronously while registering a callback function to be invoked once the fetched data is available. More concretely, the XMLHttpRequest object issues a standard HTTP POST or GET request to a web server but...

This is a preview of subscription content, log in via an institution.

Recommended Reading

  1. The document object model: W3C working draft. Available at: http://www.w3.org/DOM/

  2. The XMLHttpRequest object: W3C working draft. Available at: http://www.w3.org/TR/XMLHttpRequest/

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Alex Wun .

Editor information

Editors and Affiliations

Section Editor information

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Springer Science+Business Media LLC

About this entry

Cite this entry

Wun, A. (2016). AJAX. In: Liu, L., Özsu, M. (eds) Encyclopedia of Database Systems. Springer, New York, NY. https://doi.org/10.1007/978-1-4899-7993-3_1190-2

Download citation

  • DOI: https://doi.org/10.1007/978-1-4899-7993-3_1190-2

  • Received:

  • Accepted:

  • Published:

  • Publisher Name: Springer, New York, NY

  • Online ISBN: 978-1-4899-7993-3

  • eBook Packages: Springer Reference Computer SciencesReference Module Computer Science and Engineering

Publish with us

Policies and ethics