HTML clipboardThe Ajax engine is platform which provides web
application to call the webserver without leaving the actual page. It is mostly
used because of its background working feature which avoids loading the html
markup pages multiple times.
The key part of this engine is a small
webservice client written in javascript and a state engine that controls the
asynchronous communication.
Features of
this platform:
Using standard WebServices protocols for
asynchronous client-server communications: (SOAP, WSDL)
Multiple DataType and XML support.
Automatic generation of JavaScript proxies for
WebServices.
Fast Response.
Synchronous and asynchronous method
invocations.
Integration into the Microsoft ASP.NET
framework.
ASP.NET Web Forms and WebServices compatible
Integration into the java axis framework.
Many AJAX enabled web controls are available