Ajax Framework: Difference between revisions
Jump to navigation
Jump to search
imported>Dhawal Sehgal No edit summary |
imported>Michael Bonanno No edit summary |
||
Line 2: | Line 2: | ||
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. | 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. | ||
<br><br> | <br><br> | ||
There are hundreds of Ajax | 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. |
Revision as of 23:50, 9 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.