I highly recommend the book "Bitter Java" by Bruce Tate (published by
Manning Publications).  Someone gave me a copy to help me come to grips
with a way of explaining things.  However, I found this book a treasure
trove of information.

Bitter Java is about studying Antipatterns that are common in Java
programming.  He covers a wide range of issues from memory management
to EJB design.  There are antipatterns in Cache systems, Servlets,
and more.

In fact, I suggest that we follow the same pattern of representing ideas
as Bruce Tate by giving anti-pattern and corrective pattern.  It will
help us get on the same page much quicker if we know what anti-pattern
we are trying to correct with our new pattern.

Cocoon would definitely benefit from understanding the anti-patterns
surrounding how to use it.  It is better to allow everyone to learn
from your mistakes than be condemned to learn the same lessons over and
over.


"They that give up essential liberty to obtain a little temporary safety
 deserve neither liberty nor safety."
                - Benjamin Franklin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to