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 editContent deleted Content addedVisualWikitext
Revision as of 05:39, 6 June 2006 editBooles (talk | contribs)262 edits JavaScript extensions← Previous edit Latest revision as of 19:48, 8 August 2016 edit undoHam Pastrami (talk | contribs)Extended confirmed users5,926 edits merge/redirect seems noncontroversial 
Line 1: Line 1:
#REDIRECT ]
Ajax is a technology to build dynamic web pages on the client side. Data are read from the server or sent to the server by JavaScript requests.<br>
However, some processing at the server side is required to handle requests, i.e., finding and storing the data. This is accomplished more easily with the use of a framework dedicated to process Ajax requests.

==PHP frameworks==
These may be very simple libraries such as ], or more complete tools, such as Sarissa, that can interact with various databases.

==Java frameworks==
Such frameworks permit one to use Java web services interactively with a web page.
] has created a Java framework recently, the ].

==.NET frameworks==
Microsoft has created a framework for .NET, ], which is a set of extensions to ASP.NET.

==JavaScript extensions==

On the client side, there are numerous extensions to JavaScript that provide all the functions to interact avec the XMLHttpRequest object, including extensions to the user interface.
] is a such open source JavaScript library.

==See also==
*]
*]
*]
*]

==External links==
<!--This section is not a farm link-->
*

Latest revision as of 19:48, 8 August 2016

Redirect to: