Java 8 Map Streams - Part 1

Java 8 is a real relief for your Java code: it makes it less noisy with a good use of Lambdas and give you the opportunity to go functional style with the Stream API. I love it! Lately, I was trying to make a piece of code more consise and... [Read More]

Install Solr 4 on Tomcat 7

In the company where I work, we deploy our applications on Tomcat. Unfortunately, Solr is bundled with a Jetty container, which is a pretty good and lightwheight container, but we don’t want to maintain 2 different containers, especially in production, where ops guys don’t like new things they don’t know…... [Read More]