Latest posts
Synchronizing Mule Applications Across Data Centers with Apache Cassandra
Mule Clustering is the easiest way to transparently synchronize state across Mule applications in a single data center. Mule Clustering, however, assumes that the... read more.
Introducing the NPM Maven Plugin
Introduction Suppose that you have a Maven project and you want to download Node.js modules previously uploaded to NPM. One way of doing that... read more.
NoSQL and Big Data connectors for Mule
In the past few months, you may have noticed that we have regularly announced the release of new Mule connectors for NoSQL data-stores. Two... read more.
Mule at the Edge of the network
Mule is already running on premise and in the cloud and is soon bound to run virtually everywhere thanks to a new project called... read more.
Load Balancing Apache Tomcat with nginx
Nginx (pronounced 'engine x') is an HTTP and reverse proxy server. It is well known for its high performance and stability. It is pretty... read more.
A brief introduction to JavaScript objects
When you come from a class based programming language, doing objects in JavaScript feels weird: Where is the class keyword? How can I do... read more.
How to build a Processing Grid (An Example)
In his "To ESB or not to ESB" series of post, Ross Mason has identified four common architectures for which Mule is a great... read more.
Getting started with JPA and Mule
Working with JPA managed entities in Mule applications can be difficult. Since the JPA session is not propagated between message processors, transformers are typically... read more.
Installing Mule Studio 3.4 via Update Site or Eclipse Marketplace
Eclipse users have always felt at home in Mule Studio, but users have often asked for Studio to "play well with others" -- specifically,... read more.
Using continuous deployment with CloudHub
Introduction After creating a basic Mule App, you might be wondering how to automate the process of deploying a Mule App to CloudHub. In... read more.