Whats the best practice for setting up package structures in a Java Web Application?
How would you setup your src, unit test code, etc?
I usually like to have the following:
These may be considered unconventional, but I find it to be a very nice way to organize things.