Ajax Software Framework

From GM-RKB
Jump to navigation Jump to search

An Ajax (Asynchronous JavaScript and XML) Software Framework is an Web Development Software that uses JavaScript and XML to create create asynchronous web applications.



References

2021

  • (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/Ajax_(programming) Retrieved:2021-12-10.
    • Ajax (also AJAX ; short for “Asynchronous JavaScript and XML")[1] is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behaviour of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page.[2] In practice, modern implementations commonly utilize JSON instead of XML.

      Ajax is not a technology, but rather a programming concept. HTML and CSS can be used in combination to mark up and style information. The webpage can be modified by JavaScript to dynamically display—and allow the user to interact with the new information. The built-in XMLHttpRequest object is used to execute Ajax on webpages, allowing websites to load content onto the screen without refreshing the page. Ajax is not a new technology, nor is it a new language. Instead, it is existing technologies used in a new way.

  1. Jesse James Garrett (18 February 2005). "Ajax: A New Approach to Web Applications". AdaptivePath.com. Archived from the original on 10 September 2015. Retrieved 19 June 2008.
  2. Ullman, Chris (March 2007). Beginning Ajax. wrox. ISBN 978-0-470-10675-4. Archived from the original on 5 July 2008. Retrieved 24 June 2008.