-
Software Development
Can you get more out of Static Analysis?
When it comes to static analysis, Bill Pugh, software researcher and the father of Findbugs (the most popular static analysis…
Read More » -
Core Java
Fork and join in Java 7 – JSR 166 concurrency utilities
One of the most interesting improvements of Java 7 is the better support of concurrency. With JSR 166 Concurrency Utilities…
Read More » -
Enterprise Java
TestNG and Maven configuration guide
To be useful automatic tests should run very fast. Otherwise will not be run often during development or even will…
Read More » -
Enterprise Java
Writing modules for Play 2, part 1: Get something working
A couple of weeks ago, I migrated the Play! framework 1.x version of Deadbolt to the Play 2 platform, and…
Read More » -
Enterprise Java
Integration Testing with Selenium
Overview I’ve been using this for sometime and I’ve come across a few things that appear to make life easier.…
Read More » -
Core Java
IBM JVM tuning – gencon GC policy
This article will provide you detail on an important Java Heap space tuning consideration when migrating from a Java VM…
Read More » -
Enterprise Java
Java EE Revisits Design Patterns: Observer
Aside from being implemented in many languages and many applications, Observer Pattern has been a part of Java since version…
Read More » -
Enterprise Java
What is Spring Integration?
As the Spring Integration project slowly gains more adoption and interest, developers in the enterprise integration or enterprise development space…
Read More » -
Core Java
Threading stories: about robust thread pools
Another blog of my threading series. This time it’s about thread pools, robust thread pool settings in particular. In Java…
Read More »