-
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 » -
Enterprise Java
Java EE 6 Web Profile. On the cloud. Easy.
Java SE is ok. Java EE is evil. That’s what I always used to think. Well, not anymore, now. Let…
Read More » -
Enterprise Java
Google Guava Multisets
Continuing this tour of Guava we get to the Multiset. I probably don’t use this as much as Multimaps or…
Read More » -
Desktop Java
XAML or JavaFx?
This a quick, subjective, unauthorative and very non-scientific comparison of building applications with XAML and with JavaFx. The comparison is…
Read More » -
Enterprise Java
Migrating a Large Project from Ant to Maven
The truth is we had been under difficult times. We spent almost three months to migrate our build mechanism from…
Read More » -
Scala
FactoryPal: New Scala framework for creating objects as test data
FactoryPal is a scala framework that lets you create objects as test data. All you have to do is define…
Read More »