When I am working with developers new to Java, I often forget to tell them about the little tools that make Java development much more efficient. These are the types of tools that aren’t necessarily ...
The initial $ {CLASSPATH} is to preserve the previous contents of the classpath variable, in case it was already set. This is generally a good idea when amending path-ish environmental variables. Good ...
On my project, we use Maven to build our software and FitNesse to write functional specifications. However, it was obvious that FitNesse wasn’t designed by Maven-fans. When I use Maven, I already have ...