Is there any standard directory layouts for Java projects? What layout do you prefer most?
I'm asking about more complex layout than just 'src' and 'bin' in project's directory (i.e. where do you put your test classes, build configurations, etc.?).
Thanks in advance.