One to contain them all: Unifying the Mule Registry in 3.7
In this post we're going to continue the discussion started our last post "A sneak peek into Mule 3.7’s deepest internals" about how Mule's
A sneak peek into Mule 3.7’s deepest internals
Mule 3.7 is approaching, and among other things we decided to put a lot of focus on the experience of the guy coding custom
Library upgrades in Mule ESB 3.6
If you have read the Mule ESB 3.6 release notes then you already know what I'm about to say, but just to recap, here
Json validation using a draft v4 schema? Oh Yeah!
Sometimes you're expecting a JSON, specially when publishing or consuming a REST API. But you need to make sure it's a good JSON, not
You’re into XML? Mule now supports XPath, XSLT and XQuery 3.0
In spite of JSON's reign as the king of API data format, XML still remains the exchange data format of choice for a number
Asynchronous Logging in Mule 3.6
"Logs are like car insurance. Nobody wants to pay for it, but when something goes wrong everyone wants the best available" - Pablo Kraan The
Rise and Fall of the Black Box Developer
Let me start by stating that this is not a rant, it's a look at my personal experience with interviewing candidates for technical Java
Fending off XXE attacks in Mule 3.5
Trust no one! Most security issues comes from assuming that no bad person is going to tamper with your input data. We usually pay
Handle Errors in your Batch Job… Like a Champ!
Fact: Batch Jobs are tricky to handle when exceptions raise. The problem is the huge amounts of data that these jobs are designed to
Parallel Multicasting in Mule Made Easy
A common integration scenario is where a single message needs to be sent through multiple routes. Take for example a case in which you're