Integrating with Mule ESB at the SF Java Users Group

On Monday, I spoke to a standing room only crowd at the San Francisco Java Users Group about using the Mule ESB to integrate applications. We talked about:.. I provided an example to help demonstrate the concepts we discussed and promised I would post it. It is attached here. The demo includes a MuleIDE project […]

Config file wizard

Creating new Mule configurations can be a tedious task, because you have to know which modules and transports to use and properly declare all namespaces on the root <mule> element of your configuration file. The latest Mule IDE snapshot adds a wizard for creating a new Mule configuration. Simply choose File > New > Other, […]

Writing a Mule Transformer, Part 2

Last week I posted about Writing Mule Transformers, this week I’m going to continue with some more advanced features users can take advantage of. Lifecycle All objects in Mule have lifecycle associated with them. Lifecycle calls can be added as necessary. For transformers, there are two lifecycle methods that are most useful. By default the […]