Whats the best practice for setting up package structures in a Java Web Application?
How would you setup your src, unit test code, etc?
The way I usually organise is - src - main - java - groovy - resources - test - java - groovy - lib - build - test - reports - classes - doc