-
Enterprise Java
Java Thread: retained memory analysis
This article will provide you with a tutorial allowing you to determine how much and where Java heap space is…
Read More » -
Enterprise Java
Easier Multi-Field Validation with JSF 2.0
One of the most frequent needs when developing application forms is multi-field validation (or cross-field, but I’m not using this…
Read More » -
Software Development
The Differences Between Test-First Programming and Test-Driven Development
There seems to be some confusion between Test-First Programming and Test-Driven Development (TDD). This post explains that merely writing the…
Read More » -
Core Java
Java – The 2012 Review and Future Predictions
This post will focus on the events big and small that occurred in 2012 and also take a look at…
Read More » -
Enterprise Java
Waiting for the right moment – in integration testing
When you have to test multi-threaded programs, there is always the need to wait until the system arrives at a…
Read More » -
Career
Some Advice for New University Graduates: Dreams of Developing Software
I have taken a step back in an attempt to put the year 2012 in focus. As always, it started…
Read More » -
Enterprise Java
Lucene – Quickly add Index and Search Capability
What is Lucene? Apache LuceneTM is a high-performance, full-featured text search engine library written entirely in Java. It is a…
Read More » -
Enterprise Java
Collection creation and Immutability with Google Guava
So, thought I’d take a look at some of the collection creation patterns Guava offers, and also some of the…
Read More »