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

The new @Schedule annotation in Mule and iBeans

Ross Mason on Thursday, December 17, 2009

Scheduling is great, it really is. It’s also very useful for application integration since we often have to repeat tasks of over time interval or schedule tasks for a date in the future. Mule has had scheduling support since version 1.1 with the Quartz connector, now with iBeans scheduling just got easier. iBeans offers a [...]

Using JSON bindings with iBeans

Ross Mason on Tuesday, December 15, 2009

JSON, short for JavaScript Object Notation, is a lightweight data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). Many REST services use JSON as the preferred data format (including Tcat Server’s REST API). JSON provides a much simpler model for data representation and is widely [...]

Twitter your Blog with iBeans

Ross Mason on Wednesday, December 9, 2009

Most websites offer RSS or ATOM feeds for news or updates, and iBeans makes it easy to consume these feeds. In this example, I will create a simple object that will read new entries from my blog and publish a summary of them on Twitter. Note that the example assumes that you have iBeans installed.

iBeans 1.0-beta-9 Released!

Ross Mason on Thursday, December 3, 2009

I’m pleased to announce the latest iBeans 1.0-beta-9 release. This release has lots of new features, including: An iBeans plugin for Eclipse makes it really easy to create and debug web projects that use iBeans. The plugin works with the JEE distribution of Eclipse, enabling you to create and test a web application on Tomcat [...]

iBeans from Devoxx

Ross Mason on Monday, November 23, 2009

I went to Devoxx last week to present “iBeans – dead simple integration for the web”. Since the slides are pretty readable I figured I’d post them here for folks that missed it. I jotted down the questions and answers from the session below.

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!

iBeans introductory screencast

Ross Mason on Wednesday, November 4, 2009

I just finished an iBeans screen cast that provides an overview of iBeans and provides a detailed tour of one of the examples that ships with the latest distribution. The example demonstrates how to schedule a task and perform bi-directional AJAX communication with the browser to plot geo-coordinates onto a map. This is the first [...]

iBeans 1.0-beta-8 Released

Ross Mason on Wednesday, October 28, 2009

The Mulesoft team is pleased to announce the 1.0-beta-8 release of iBeans. What is iBeans? iBeans is a service that simplifies integration for web applications. iBeans exposes its API as a small collection of Annotations which can be used to easily integrate with existing or new applications. iBeans is installed in the Application Container and [...]

iBeans = Dead Simple Integration for Web Apps

Ross Mason on Tuesday, September 22, 2009

I am very excited to announce that MuleSoft has launched a new open source integration product called iBeans (short for Integration Beans). iBeans provide a way to dramatically simplify common integration tasks for Web application developers. Why did we create iBeans?

Introducing Mule iBeans

Jackie on Monday, September 21, 2009

I recently caught up with Ross Mason, co-founder and CTO of MuleSoft, to ask him about the launch of Mule iBeans, a new integration framework that allows your existing Java web applications to easily interact with other webapps and services, such as Twitter, Flickr, Gmail, and Amazon EC2.