Software Engineering 101…is in session
UnderpaidLoveMonki @ 9:31 pm June 27th, 2007If you write code for enterprise applications, you should view this presentation, “Code Organization Guidelines for Large Code Bases.” It is presented by Juergen Hoeller, the chief architect of the Spring Framework. Though the context of the presentation is based on Spring and Java, the concepts do apply to other languages. Good stuff!
Juergen Hoeller shares his experiences working on large projects (including his role as chief architect of the Spring Framework) to provide general guidelines on Packaging and package interdependencies, Layering and module decomposition, Evolving a large code base. Juergen will also discuss how tools can play a role in enforcing architectural soundness.




June 27th, 2007 at 9:39 pm
There are tons of good examples and advice in this book. I have unfortunately have not read a large chunk of it yet.