by Lara Schranz | Sep 5, 2016 | Anypoint Platform, API, Big Data, Featured, Security
What is Big Data? Big Data might seem like a new buzz word, something that has only recently come about. In reality the act of gathering and storing large amounts of information for eventual analysis is an old practice that has been digitised in recent years. However,...
by Justin | Feb 16, 2016 | API, Featured, Microservices, Mule ESB
Integration pitfalls in SOA A few years ago, SOA was very popular in the industry – it allowed developers to build APIs around core business logic so that it could be swapped in and out with relative ease. Most components developed in the traditional SOA...
by JustinC | Oct 14, 2014 | Mule
In this blog post we use JHades to troubleshoot problems in our classpath. JHades is a powerful tool that gives us useful information when trying to resolve a certain set of problems in Java development. The demo behind this blog post builds on the following: RAML...
by Justin | Jul 29, 2014 | Java, Mule
The Issue Running tests with Mule sometimes throws a ClassNotFoundException when it tries to lookup org.apache.commons.cli.ParseException. The following is the whole stack trace. If you’re encountering this, then this blog post is for you! View the code on Gist....
by Gabriel | Jul 15, 2014 | Mule
Retrieving JMX information for a Java process is very easy when using a tool such as JConsole or JVisualVM. These provide an interface that allows viewing of information such as CPU usage, memory usage, threads active and more. This blog post gives an example of how...
by Alan | Jul 8, 2014 | Mule
One of the things that I believe is slightly complicated in Mule is the behaviour of private flows. Wait… is there a difference between private flows and sub-flows? Well there is, and if you are not aware of it, it might bite you very badly. Let’s start...