On The Subject Of Java
-
Functional Java 8 Nov 12, 2015I’ve been using Java 8 in some anger lately, and have encountered one or two tips that are worth sharing. I’ll start with some notes about lambda expressions and the Stream API that helped me thinking about …
-
Bootstrapping an HTTP server with Camel + Guice Aug 26, 2015I was tasked with creating a skeleton Java application that ran Camel for a project at work. As documentation was a bit sparse on how to achieve what I wanted, I’ve written this post on how to bootstrap a very …