Public projects of Matthias Hertel
This site contains public projects and information of Matthias Hertel. Most of my projects are focused on the Ajax technology and cover web browser specific topics. I am speaking on conferences in Germany and I am a member of the OpenAjax Alliance.
Most recent projects
Ajax Engine
The Ajax Engine project is a portable AJAX framework that is built on standard SOAP web services.
Demo Website: http://www.mathertel.de/AJAXEngine/
Documentation: http://www.mathertel.de/Ajax/AJAXeBook.aspx
Open Source repository:http://sourceforge.net/projects/ajaxengine/
Download as a zip:Ajax.zip
OpenAjax hub
This is a second source implementation of the OpenAjax hub. Here you can find a almost complete version of an implementation of the OpenAjax hub specification and some more implementation related to the spec.
JavaScript SOAP client
A core part of the AJAX Engine is a client written in JavaScript for SOAP based web services.
Calling a server from JavaScript is a fundamental part of AJAX applications. Using standard web services with SOAP and WSDL is easy if proxy objects and methods are available in the browser and offer a RPC style . That's w
The article was also published on codeproject: A proxy generator to WebServices for JavaScript and AJAX
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.