Revision as of 10:37, 5 June 2006 edit84.4.189.138 (talk) niet← Previous edit | Revision as of 18:29, 5 June 2006 edit undoDelataur (talk | contribs)23 edits handful of minor editsNext edit → | ||
Line 1: | Line 1: | ||
Ajax is a technology to build dynamic web |
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== | ==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== | ==Java frameworks== | ||
Such frameworks permit to use Java web services interactively with a web page. | Such frameworks permit one to use Java web services interactively with a web page. | ||
] has created a Java framework recently, the ]. | ] 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. | ||
⚫ | Microsoft has created a framework for . |
||
==See also== | ==See also== |
Revision as of 18:29, 5 June 2006
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.
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 Sajax, 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. Google has created a Java framework recently, the Google Web Toolkit.
.NET frameworks
Microsoft has created a framework for .NET, ATLAS, which is a set of extensions to ASP.NET.