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

Walk this Way: Building AJAX apps with Mule

Ross Mason on Wednesday, October 13, 2010

There are some cool new features in Mule 3 for building AJAX applications. I figured I’d take you through a tour of the GPS Walker, an small example that demonstrates how to use AJAX to communicate from a Mule Service to the browser. This example uses other new features in Mule 3 including automatic JSON [...]

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