Checkout only one file from Subversion
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:
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:
There is an interesting discussion between using TestNG or JUnit on Java projects at Javalobby. It’s very worth reading.
Here are some Maven tips, extracted from Javalobby:
Some months ago I was noting the behavior of the Maven Eclipse plugin during the eclipse:eclipse goal.
As I mentioned on my previous post, an alternative implementation to create Singleton in Java is with Enum types.