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 16:26, 4 June 2006 editSleepyhead81 (talk | contribs)Extended confirmed users2,320 editsNo edit summary← Previous edit Revision as of 10:37, 5 June 2006 edit undo84.4.189.138 (talk) nietNext edit →
Line 1: Line 1:
{{mergeto|Ajax (programming)}}
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.<br> 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.<br>
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. 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.

Revision as of 10:37, 5 June 2006

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 as Sarissa that can interact with various databases.

Java frameworks

Such frameworks permit to use Java web services interactively with a web page. Google has created a Java framework recently, the Google Web Toolkit.

.Net frameworks

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

See also

External links