Using XPath expressions on an XML document with namespaces
The other day I helped a customer figure out a little XPath problem: they had an XML document and wanted to process it depending
Migrating a MuleForge project to GitHub
The new MuleForge works with different project hosting platforms, it is now a repository of all things Mule rather than a project hosting service.
Feed my inbox; reading RSS feeds with Mule ESB – Part 3
In part 2 of this mini-series I showed a flow that retrieves an RSS feed periodically, splits it and sends each RSS entry via
Feed my inbox; reading RSS feeds with Mule ESB – Part 2
In my last blog post I showed a simple flow to retrieve an RSS feed periodically, split it and send each RSS entry via
Feed my inbox; reading RSS feeds with Mule ESB
I read a couple of RSS feeds regularly. Unfortunately, I work across a couple of machines: my laptop, the machine in the office, my
Overcoming the Eclipse XML autocomplete bug
Mule configuration files are Spring XML files by nature. So the XML editor is an important development tool and provides a lot of benefit.
Pack up and go!
In order to use the hot deployment feature that was introduced with Mule 3 you need to package your application as a zip file.
Deploy your applications while developing
The Mule IDE 2.2.1 release that went out today contains a big productivity improvement: a hot deployment builder. It allows you to deploy your
Start hacking Mule 3 – with Mule IDE
While the rest of the team was still busy with Mule 3 release preparations I took some time to update Mule IDE to be
Goodbye sync, hello exchange pattern
When you take a look at the examples that come with the latest Mule 3 milestone release, you'll notice that endpoints have an exchange-pattern