Latest posts
Mule documentation just got a lot better
I was recently tasked with revamping the developer documentation's information architecture to address reader comments that it was too hard to find needed information.... read more.
Modeling your Business Logic: BPM, Rules, and CEP (Part 1)
One of the more common usages of Mule is as the integration piece of a larger SOA architecture. Mule has traditionally never attempted to... read more.
Migrating your Mule ESB 2.2.x Transport to 3.1.1
A few days ago I decided to do the exercise of migrating an existing transport (JPA) to be compliant with Mule 3.1.1, and after... read more.
Migrating to Mule 3: Service or Flow
Flow has transformed Mule and provides a very powerful way to configure many types of integration scenarios. However, I wanted to make it clear The... read more.
Building Mule Apps with Ant
Mule 3 defined a simple, universal structure for Mule ESB applications. It's a simpler version of war file format, consisting of a zip file... read more.
Deployment best practices for Mule
Mule 3 had a ton of new improvements. We've talked a lot about flows, cloud connectors and the like and offered webinars on each.... read more.
Make the move to Mule 3 followup Q&A
A week ago, we hosted a webinar on making the move to Mule 3.1. The goal was to introduce the new capabilities in Mule... read more.
Pimp your Mule Flow debugging session
Mule Management Console 3.1 ships with the brand new Flow Analyzer. Select your server, interesting flows, click start and enjoy seeing real-time messages passing through... read more.
Securing REST Web Services against LDAP
Many Mule users create RESTful services but they are not always clear on the way to authenticate and apply authorization to a RESTful Web Service. I have seen... read more.
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... read more.