Ajax Framework: Difference between revisions
imported>Michael Bonanno No edit summary |
imported>Michael Bonanno No edit summary |
||
Line 6: | Line 6: | ||
Some of the most popular and interesting Ajax frameworks are: | Some of the most popular and interesting Ajax frameworks are: | ||
|- | |- | ||
! Framework Name ! Platform Type ! What makes it interesting |
Revision as of 12:02, 10 August 2008
AJAX framework is a cross-browser framework that allows developers to develop dynamic web pages(that use AJAX) quickly.
Web pages developed using an AJAX framework can call web services and server pages through JavaScript without having to submit the current page. Recent Web-applications tend to use these for providing more interactivity and improving their overall functionality.
There are hundreds of Ajax frameworks available. While all simplify the creation of Javascript-based dynamic based web applications, most are object-oriented packages that are written in Javascript itself. However, several others are written in the server side scripting language PHP, others are written in Java, and a few exist for ASP.net and ColdFusion.
Some of the most popular and interesting Ajax frameworks are:
|- ! Framework Name ! Platform Type ! What makes it interesting