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 <…
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…
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.
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…