Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What programming language does ajax refer to?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail what programming language ajax refers to. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Ajax is not a programming language, but a set of browser-side web development technology that integrates a number of technologies; the full name of AJAX is "Asynchronous JavaScript and XML", which means asynchronous JavaScript and XML technology.

Operating environment of this article: Windows7 system, ECMAScript 6, DELL G3 computer

What programming language is ajax?

Ajax is not a programming language, it is a technology.

AJAX, namely "Asynchronous JavaScript and XML" (asynchronous JavaScript and XML technology), refers to a set of browser-side web page development technology that integrates many technologies. The concept of Ajax was proposed by Jesse James Jarrett.

Traditional Web applications allow the client to fill out a form (form) and send a request to the web server when the form is submitted. The server receives and processes the incoming form and sends it back to a new web page, but this wastes a lot of bandwidth because most of the HTML code is often the same on both pages. Because each application communication needs to send a request to the server, the response time of the application depends on the response time of the server. This causes the user interface to respond much more slowly than native applications.

In contrast, the AJAX application can only send and retrieve the necessary data to the server, and process the response from the server using JavaScript on the client. The server responds faster because there is a significant reduction in the amount of data exchanged between the server and the browser. At the same time, a lot of processing can be done on the client machine that made the request, so the load on the Web server is reduced.

Similar to DHTML or LAMP,AJAX does not refer to a single technology, but the organic use of a series of related technologies. Although its name contains XML, the data format can actually be replaced by JSON to further reduce the amount of data. The client and server do not need to be asynchronous. Some AJAX-based "derived / composite" (derivative/composite) technologies are also emerging, such as AFLAX.

This is the end of the article on what programming language ajax refers to. I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report