Subscribe

Posts Tagged ‘Eclipse’

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

Wednesday, June 30th, 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.

The challenge I’ve set to myself for this demonstration was the following: let’s figure out what’s the total length of roadworks currently happening in the city of Vancouver. Think of it as a reality check for your tax dollars at work!

Because Vancouver exposes plenty of its data on the web, this was really just a matter of pulling the right data source and transforming it to the desired output. Read on to find how I achieved this using Mule Data Integrator and Mule IDE

(more…)

Debugging your Tomcat Webapp with Eclipse

Monday, May 3rd, 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 what Tomcat is doing with a request.
(more…)

Using Mule Data Integrator with the Mule IDE

Tuesday, April 27th, 2010

Mule Data Integrator provides an easy to use graphical environment to create and test you maps for doing data transformation in Mule. Once you have your map created and are generating the expected output, you will want to test it from within Mule. Since both MDI and Mule IDE are Eclipse-based tools you would think you could do this without leaving Eclipse. Guess what? You are right.
(more…)

Introducing Mule Data Integrator

Thursday, November 19th, 2009

Today, MuleSoft released a brand new product, Mule Data Integrator, which is available for download here. Mule Data Integrator (MDI) is free for developers to use and includes an Eclipse-based designer that is fully integrated with Mule IDE.

(more…)

Mule IDE 2.0.1 released

Thursday, November 19th, 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. (more…)

Getting Started with iBeans in Eclipse

Wednesday, November 11th, 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!

Useful Links
- iBeans Download
- Eclipse Plugin information – including plugin site URL.

Mule IDE 2.0 Released

Tuesday, October 27th, 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: (more…)

Overcoming XML Validation Errors in Eclipse 3.5

Monday, September 21st, 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:

(more…)