Meet a Muley – Emma Guo, Sr Javascript UI Engineer
This week we chatted with one of our Sr Javascipt UI Engineers, Emma Guo. Read on to learn more about her love for AngularJS,
Chasing the bottleneck: True story about fighting thread contention in your code
Today I'm going to share some valuables lessons learned about developing highly concurrent software. These are real life lessons that come straight from the
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
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
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
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
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,
10 Little Mule Studio Gems
Every so often, while using Studio, I come across clever little gems that our team thoughtfully inserted into the product to improve usability. These
Cheat Sheet: Asynchronous Message Processing
You want to get more done in 2013 so you're going to need to switch from synchronous to asynchronous processing to do more with
Handling File Attachments: handling multipart requests in Mule
Recently, I came across the following situation while working with Mule: I needed to handle an http post that would carry not one but