Skip to main content

Java

The Madness of Tunneling JMX is Over!

·3 mins
Accessing JMX interfaces has been phenomenally difficult over the years due to some limitations. With recent Java 7 builds, that is a thing of the past.

Micro Framework Plugin Architecture with Guice Multibindings

·3 mins
Google Guice (my favorite DI framework for Java) has a neat extension called “Multibindings” that allows you to auto-magically inject a collection of objects that implement a particular interface. This allows you to model SPI-style interfaces with ease.

Google Guava and Multimaps

·2 mins
Multimaps are one of the many collections in Google Guava. I describe why you might want to use them.