Updating a vagrant box

| Feb 2, 2012 01:58 +0000

Here’s how i create an update of a vagrant box. It’s basically like creating a new box. I start a virtual machine based on an existing vagrant box, update it and shut it down. Next create a package and add the package:

vagrant package –base &lt…

Using littleproxy in Mule unit tests

My mule configurations files often contain proxy settings for connectors that are used to communicate to the outside world. However during development and testing I can’t use the normal proxy, since i’m mocking the outside world.
Littleproxy is a j…

Useful site to determine what html5, css3 & svg you can use

| Jan 26, 2012 01:59 +0000

I’ve been using When can I use… quite a bit recently. It enables you to quickly determine if a html5, css3 or svg feature is enabled in all the different browsers. Very useful.

Camel ActiveMQ topic route with jms selector

Uncategorized
| Feb 21, 2011 04:25 +0000

Here’s a quick example how to create a camel route that creates a route from an ActiveMQ topic. It uses a selector to receive a subset of all messages.

import org.apache.camel.builder.RouteBuilder;

public class SubscriberRouteBuilder extends RouteB…