|
AJAX Frameworks:
There are many frameworks for Ajax,like JSF and Struts frameworks for Servlet/JSP,developed to help developers more clearly and easily to write an Ajax project. In this section we will review several remarkable Ajax frameworks:
· Ajax JSP Tag Library
· Ajax.Net
· OpenRico
· Prototype
· Sarissa
Ajax JSP Tag Library: The Ajax Tag Library is a set of JSP tags that simplifies the use of Asynchronous JavaScript and XML (AJAX) in Java Server Pages (JSP).
For more details,please refer to http://ajaxtags.sourceforge.net/
Ajax.Net: Ajax.Net is a library enabling various kinds of access from JavaScript to server-side.Net. It is able to access session data from JavaScript without source code changed on server-side. It also provides full class support for the returned values on the client-site’s JavaScript including DataTable,DataSet,DataView,Arrays and Collections
For more details,refer to http://weblogs.asp.net/mschwarz/
OpenRico: Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or JavaScript objects as response objects. It also provides interfaces for enabling web application to support drag and drop..
For more details,refer to http://openrico.org/
Prototype Prototype is a JavaScript framework including a solid Ajax library and a toolkit to simplify its use.
For more details,refer to http://prototype.conio.net/
Sarissa Sarissa is a JavaScript API that summarizes XML functionality in browser-independent calls. It supports a variety of XML technologies,including XPath queries,XSLT,and serialization of JavaScript objects to XML
For more details,refer to http://sarissa.sourceforge.net
|