AjaxAspects
November 17th, 2007 Arsen Posted in Patterns - .NET |
AjaxAspects is an engine that uses JavaScript proxies to call server-side WebService methods.
- Use AJAX with Web Services.
- Built upon JavaScript client proxy methods for standard web services. (Just call a regular JavaScript method to call a method on the server).
- Standard SOAP and WSDL is reused for the communication between client and server.
- No need for special implementations in WebServices.
- Multiple types, Arrays and XML objects are supported as parameters and return values.
- Caching on the client and server.
- Queuing actions.
- Delaying actions.
- Demo web side available. See: http://www.mathertel.de/AjaxEngine/
- Many AJAX Controls available that integrate in standard ASP.NET Web Forms, including autocomplete, tree view, popup and visual effects.
- Supporting ASP.NET 2.0.
- Full source code available at AJAXEngine.
- Download the documentation in pdf format.
- Supported by a blog in: English and German
- Open-source BSD style license by Matthias Hertel.
Leave a Reply