Recent Posts

Checkout only one file from Subversion

less than 1 minute read

I was wondering how to checkout only one folder/file from SVN when I found this interesting tip. The command I issued to do it is the following:

When to use TestNG or JUnit

less than 1 minute read

There is an interesting discussion between using TestNG or JUnit on Java projects at Javalobby. It’s very worth reading.

Configuration classes with Enums

less than 1 minute read

As I mentioned on my previous post, an alternative implementation to create Singleton in Java is with Enum types.