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

Mule Studio Beta Milestone 5 Released!

Mateo Almenta Reca on Tuesday, November 15, 2011

  We are pleased to announce the Beta Milestone 5 release of Mule Studio, the graphical design tool for Mule ESB. At its core, it is based on the Eclipse Development Platform which many developers are already familiar with. But we have added significant functionality to it to achieve a very tight integration to Mule ESB. This makes [...]

Mule Studio Beta Milestone 2 is here

Mateo Almenta Reca on Wednesday, June 29, 2011

In May we made Mule Studio Beta publicly available, the graphical design tool for Mule ESB. This week we are releasing a new beta milestone, with a lot of fixes and improvements based on your feedback. For this milestone we focused in two main areas, adding support for Mule functionality towards a complete Mule Studio by [...]

Overcoming the Eclipse XML autocomplete bug

Dirk Olmes on Wednesday, December 8, 2010

Mule configuration files are Spring XML files by nature. So the XML editor is an important development tool and provides a lot of benefit. When working in Eclipse, it provides: Schema documentation assistance for the element you are configuring Validation of your schema and context of any errors that are detected Autocomplete of elements and [...]

Hot Deploy from Mule IDE

Ken Yagen on Thursday, September 23, 2010

The Mule IDE does not natively support Mule 3′s new application structure yet, but not to worry, with the new 2.1 release of the Mule IDE you can still keep it hot when working in the IDE. Just follow a few simple steps and your apps will be doing the tango with Mule 3 while [...]

Demoed: Processing Data with the MuleSoft’s Eclipse Tool Suite

David Dossot on Wednesday, June 30, 2010

Last Tuesday night’s  demonstration of the MuleSoft’s Eclipse Tool Suite at the Vancouver Eclipse Demo Camp went well. I almost got Nerf-gunned for a (slight) overtime but the organizers’ mercifulness has allowed me reach the end of the demo with a running sample For those who weren’t there, here is a summary of my presentation. [...]

Debugging your Tomcat Webapp with Eclipse

jasonb on Monday, May 3, 2010

For those of you who develop in Eclipse, and are also running Tomcat as a stand-alone JVM process (the way Tomcat is usually run), it is fairly easy to debug your web applications using the Eclipse debugger. For that matter, you could also debug Tomcat’s code this way as well, if you want to inspect [...]

Mule IDE 2.0.1 released

Dirk Olmes on Thursday, November 19, 2009

We have just released version 2.0.1 of Mule IDE. This release provides an important bug fix (the new configuration wizard no longer overwrites existing files without prior notice). It also provides support for the new Mule Data Integrator, which is about to be released.

Getting Started with iBeans in Eclipse

Ross Mason on Wednesday, November 11, 2009

This screen cast takes you through all the steps necessary to download and set up iBeans, Tomcat and Eclipse. Then there is a walk-through of how to create a simple echo example (using AJAX) and test/debug the application on Tomcat. Yes, this is 11 minutes but it does walk through all the steps and provides a lot of additional detail. Grab yourself a beverage and take the the tour!

Mule IDE 2.0 Released

Dirk Olmes on Tuesday, October 27, 2009

MuleSoft is proud to announce that Mule IDE 2.0 has been released. Mule IDE 2.0 is a development and testing environment based on Eclipse. It supports the following features:

Overcoming XML Validation Errors in Eclipse 3.5

Dirk Olmes on Monday, September 21, 2009

When I recently switched to Eclipse Galileo, I noticed that a Mule configuration file that had previously validated correctly now had validation errors. Since I did not change the file, something in Galileo’s validation of XML files must have changed. The symptoms are these: