Misplaced Pages

Ajax framework: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 14:24, 28 October 2012 editLittleBenW (talk | contribs)8,599 editsmNo edit summary← Previous edit Revision as of 14:27, 28 October 2012 edit undoLittleBenW (talk | contribs)8,599 editsmNo edit summaryNext edit →
Line 1: Line 1:
{{noreferences|date=March 2010}} {{noreferences|date=March 2010}}
In ] development, an '''Ajax framework''' is a ] which leverages ], a collection of technologies for building ]s on the ]. While data is read from and sent to the server by JavaScript requests, frameworks may include ] like or ] components to process the client's requests. Its extension is asynchronous java script and xml. In ] development, an '''Ajax framework''' is a ] which leverages ], a collection of technologies for building ]s on the ]. While data is read from and sent to the server by JavaScript requests, frameworks may include ] like or ] components to process the client's requests. The acronym AJAX stands for Asynchronous JavaScript And XML.


==See also== ==See also==

Revision as of 14:27, 28 October 2012

This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Ajax framework" – news · newspapers · books · scholar · JSTOR (March 2010) (Learn how and when to remove this message)

In web application development, an Ajax framework is a framework which leverages Ajax, a collection of technologies for building dynamic web pages on the client side. While data is read from and sent to the server by JavaScript requests, frameworks may include server-side like CJAX Framework or client-side components to process the client's requests. The acronym AJAX stands for Asynchronous JavaScript And XML.

See also

External links

Categories: