www.mathertel.demy projects

projects

The AJAX Engine Project - Aspects of AJAX

This is a portable AJAX framework in JavaScript that uses client side JavaScript proxies to call server-side WebService methods.
The Core features are:

  • Use AJAX with standard Web Services
  • Standard SOAP and WSDL is reused for the communication between client and server.
  • No need for special implementations in WebServices.
  • Easy calling a server by using JavaScript proxies for WebMethods.
  • Multiple types and XML objects are supported as parameters and return values.
  • Caching on the client and server.
  • Queuing actions. Delaying actions.
  • Many AJAX Controls available that integrate in standard ASP.NET Web Forms.
  • Free to use, source available, BSD style license. By Matthias Hertel.
  • Supported by a blog: http://ajaxaspects.blogspot.com

Demo Website: http://www.mathertel.de/AJAXEngine/

The AJAXEngine project is hosted on sourceforge: http://sourceforge.net/projects/ajaxengine/.

The subversion repository is available at https://ajaxengine.svn.sourceforge.net/svnroot/ajaxengine.

Download Source Code, Ajax Engine with Samples.zip:Ajax.zip

Ajax Engine documentation

The book "Aspects of AJAX" containing the documentation of the AJAX Engine ans some more articles is now available in PDF format so you can easily take it with you. I will update it from time to time when new text on my Blog or samples on my website are written. Come back and check for new versions.

Download the book from: http://www.mathertel.de/Ajax/AJAXeBook.aspx

Implementing a Javascript client for SOAP based WebServices

A core part of the AJAX Engine is a JavaScript based client for SOAP based web services.

Calling a server from JavaScript is a fundamental part of AJAX applications. Using WebServices with SOAP and WSDL is easy if proxy objects and methods are available in the browser.

Article: JavaScript SOAP Client.

The article was also published on codeproject: A proxy generator to WebServices for JavaScript and AJAX

OpenAjax compatible hub implementation

Here you can find a almost complete version of an implementation of the OpenAjax hub specification.

Download: http://www.mathertel.de/OpenAjax/

An O(ND) Difference Algorithm for C#

An C# implementation of the difference algorithm published in "An O(ND) Difference Algorithm and its Variations" by Eugene Myers Algorithmica Vol. 1 No. 2, 1986, p 251.

Documentation and Download.

Published 05.03.2006.

WebReports

A Visual Studio .NET 2003 Add-in that adds file comparison, explore command and web project reporting.

Article and code: http://www.codeproject.com/dotnet/file_diff_and_webreports.asp

The same Add-in for Visual Studio 2005.

Article and code: http://www.codeproject.com/csharp/WebReports8.asp

A tiny RSS Reader

A RSS Reader for Internet Explorer that is implemented by only using HTML and JavaScript on the client.

Article and code: http://www.codeproject.com/jscript/TinyRSS.asp

Arduino Projects

A collection of articles for the Arduino platform with software libraries, schematics and complete projects.


This page is part of the http://www.mathertel.de/ web site.