Application of teaching Web based on AJAX
Tian Yuan
Abstract
Tian Yuan
Abstract
In order to reduce the times of page overloading and users’ waiting time,AJAX(Asynchronous JavaScript and XML)was adopted to realize the asynchronous communication between browser and server,which can meet user’s operation need without refreshing browser window.Meanwhile,the amount of data transmission could be decreased even if a few contents in the page were updated,and the HTML page needn’t be transported fully.The paper gives us a simple developer framework to develop AJAX and an application illustration.The Web application based on AJAX also uses the unused ability of client to complete some work of quondam server.It can lighten server’s burden.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
In order to reduce the times of page overloading and users’ waiting time,AJAX(Asynchronous JavaScript and XML)was adopted to realize the asynchronous communication between browser and server,which can meet user’s operation need without refreshing browser window.Meanwhile,the amount of data transmission could be decreased even if a few contents in the page were updated,and the HTML page needn’t be transported fully.The paper gives us a simple developer framework to develop AJAX and an application illustration.The Web application based on AJAX also uses the unused ability of client to complete some work of quondam server.It can lighten server’s burden.
Key concepts: Ajax, Computer science, Asynchronous communication, JavaScript, XML, World Wide Web, Web page, Web application