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

MuleCast: A Conversation with the creator of the JCR Transport

Community on Tuesday, December 23, 2008

In this episode, MuleSource CTO and co-founder Ross Mason speaks with David Dossot, creator of the JCR transport for Mule.  The JCR transport reads from, writes to, and observes JCR 1.0 containers.  Mule users can find a user guide and examples for using the JCR transport with Mule 1.4.x on the MuleForge – the user [...]

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

Galaxy 1.5.1 is released!

Dan Diephouse on Wednesday, December 17, 2008

Hot on the heals of the Mule 2.1.2 release, we’ve pushed out a new release of Galaxy as well. This release contains many improvements: A new custom policy example A new AtomPub API usage example Fixed LDAP Integration Many bug fixes! For more information, cruise over the release notes and download page. As always, we’re [...]

Writing a Mule Transformer, Part 2

Ross Mason on Friday, December 12, 2008

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

Mule Tales

Ken Yagen on Tuesday, December 9, 2008

One of the great things about working on Mule is hearing the amazing tales of what people are doing with it. I’ve heard Mule referred to as a “Swiss army knife of integration” because of its flexibility and number of supported service topologies and technologies. While some case studies are available online from large implementations, [...]

Webinar: Make Web Applications do more with Mule

Travis Carlson on Monday, December 8, 2008

I will be presenting a webinar tomorrow Dec. 9th at 9 AM PT/ Noon ET covering integration between Mule and webapps. It will be a technical walk-through of an example application consisting of two webapps consuming Mule services, one with Mule running inside it. The audience is assumed to have some prior experience developing with [...]

Mule 2.1.2 Released

Andrew Perepelytsya on Monday, December 8, 2008

It’s a holiday season, and we’re happy to give you Mule 2.1.2! This little Santa helper features over 50 bugfixes and enhancements. Even better, it’s hot in our documentation department, with a dozen issues resolved there and major work put into schema annotations for seamless configuration reference info lookup. Some other highlights include:

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

Writing a Mule Transformer

Ross Mason on Wednesday, December 3, 2008

Transformers in Mule are simple objects that convert the current message from one type to another. The interface for a transformer is simple, but there are some tips and tricks for getting the most out of transformers. For this post we will define a transformer the converts from an Order object to HTML so that [...]