

Towards more functional Java using Streams and Lambdas
In a previous post I showed how the Java 7 try-with-resources feature reduces boilerplate code, but probably more importantly how it...
Scott Leberknight
Aug 22, 20164 min read


Reduce Java Boilerplate Using try-with-resources
Java 8 has been out for a while, and Java 7 has been out even longer. But even so, many people still unfortunately are not taking...
Scott Leberknight
Aug 8, 20163 min read


Code Quality Unravelled: Part 2 Maven Multimodule Support In Your Site
This is the second installment in a series of posts about code quality, the tools that are available to track quality, and how to...
Chris Rohr
Sep 11, 20152 min read


Code Quality Unravelled: Part 1 Building a Maven Site
This is the first installment in a series of posts about code quality, the tools that are available to track quality, and how to...
Chris Rohr
Aug 27, 20153 min read