J2EE AntiPatterns Book
I'm not sure how this book is being used or AntiPatterns in general are used but I like the following approach;
Starting with an app that does not work well Identify AntiPatterns Apply the RefactoringsThis is very simplified and I hope to get more detail posted soon but I think this lays out the general idea fine. As an example imagine a catalog app using DAO and fetching the whole graph of some product graph. This is a rough approximation of Dredge. Using the refactoring in the book the performance can be improved dramatically. I know I need to get alot more detail here but I just don't have time today. Perhaps tomorrow...

