翻訳と辞書 |
AJAJ AJAJ (short for asynchronous JavaScript and JSON) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. Unlike its predecessor AJAX, which uses XML, in AJAJ the content sent back and forth between the client and server is strictly JSON. The term AJAJ has been used since 2006. Despite being a more precise term, use of the term AJAJ did not become widespread, and many people describe a process as "AJAX" when they are in fact talking about AJAJ (because they are receiving JSON formatted data in the response, not XML). == Similarities with AJAX == Similar to the more popularly used AJAX, AJAJ is executed ''asynchronously'', meaning that it occurs in the background, and does not interrupt the flow of the JavaScript interpreter as it gets read.〔(【引用サイトリンク】title=AJAX Introduction )〕 The asynchronous aspect of AJAJ allows one to write code that, for example, sends some request to a server and handles a server response without reloading the page in the process. The opposite of this is ''synchronous'', which means "in order". An example of synchronous processes is seen in standard HTML transmission between a client and a server; when a user clicks a hyperlink, there is some time in which the content is requested and retrieved from the server that causes the page to "reload." With any kind of web-based asynchronous request, you can request a resource over HTTP without reloading the page.〔(【引用サイトリンク】title=AJAX Introduction )〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「AJAJ」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|