Monthly Archives: March 2014

Blog Migration

By | March 27, 2014

Update April 6th 2014: The migration of my blog and my books is now finished. It has been a very interesting experience, but I hope I will have more time for blogging from now on.

Dynamic HTTP Proxy with Mule

By | March 9, 2014

In this post I will show a proof-of-concept for a dynamic HTTP proxy implemented using Mule. Principle The proxy forwards HTTP request using the context and relative path parts of the request URL to determine the server and port to which the request is to be forwarded. In the example in this article a SOAP… Read More »