hot-topics mule and the cloud what's new in mule 3 apache tomcat tips and tricks developer tools

Browsing the Source Code with the Mule IDE

Dirk Olmes on Wednesday, April 15, 2009

If you’re working with the Mule IDE, the Mule source code is automatically attached to the Mule JARs. This allows you to browse and step into the source code while you’re developing Mule applications. The Mule IDE looks for files with the naming convention mule-*-src.zip in $MULE_HOME/src and automatically attaches them to the Mule JARs. [...]

Mule IDE 2.0 RC1 released

Dirk Olmes on Monday, February 9, 2009

Today I released the 2.0 RC1 release of the Mule IDE. Not much changed since the last development snapshot but we have tested the IDE a lot internally on a variety of operating systems since then. If you upgrade from a development snapshot, note that you’ll have to change the location of the update site: [...]

Config file wizard

Dirk Olmes on Monday, January 12, 2009

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, [...]

Mule IDE “Christmas” snapshot release

Dirk Olmes on Tuesday, December 23, 2008

I was able to squash some bugs on the IDE since the last snapshot release. The first bug was related to creating new projects with a non-default Mule distribution. If you have more than one Mule distribution registered in our Mule IDE preferences, you can choose the runtime to use when creating a new project [...]

Preview release of Mule IDE

Dirk Olmes on Thursday, December 4, 2008

A bit of history We created Mule IDE to ease the work when developing with Mule. Along with the work on Mule 2.0 we started work on an updated version of the IDE that would allow you to graphically design Mule configurations. This turned out to be by far more work than initially expected so [...]