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 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 Justin | Jan 28, 2014 | Mule
Whilst working on a POC we noticed some very strange behaviour when working with JMS re-deliveries. We were sending a JMS message through a JMS inbound endpoint and purposely throwing an exception using the Test component. Everything worked fine the first time –...
by Justin | Oct 31, 2013 | Android
It’s that time again. The web is buzzing with news of the latest Android version and the latest mobile device in the Nexus family – the LG Nexus 5. Sporting a Qualcomm Snapdragon 800 CPU and 2GB of RAM, coupled with a 1080p display, one can safely say that...
by Justin | Jun 24, 2013 | Android
One core difference between Android and iOS devices is the variety of devices on which the respective operating systems run. iOS developers need only cater for a very small number of devices, with specific screen sizes and resolutions. On the other hand, Android...