Organizing Codebase in large Projects
Tuesday, July 10th, 2007In this presentation Juergen Hoeller from Interface21, the company behind the Spring Framework, gives an interesting insight to the problems that occur when parting a big codebase into packages as you usually do in Java.
He also gives examples for bad practices and advices how to do it better to avoid the problems mainly occuring from cycles in package dependencies.
See it here.