Misplaced Pages

Ajax framework

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.

This is an old revision of this page, as edited by Booles (talk | contribs) at 08:55, 4 June 2006 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 08:55, 4 June 2006 by Booles (talk | contribs) (See also)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Ajax is a technology to build dynamic web page client side. Data are read from the server or sent to the server by JavaScript request.
But this requires some processing at the server side to process the request, to find or store the data. This is accomplished more easily by the use of a framework dedicated to process Ajax requests.

PHP frameworks

This may be a very simple library as Sajax, or a more complete tool that can interact with various databases.

Java frameworks

.Net frameworks

Microsoft has created a framework for .Net, ATLAS, that is a set of extensions to ASP.NET.

See also