Hi All,
Looking for some suggestion about a good refrence book for J2EE design pattern.I do have knowledge about some patterns but not that much so looking for a good Refrence material.
any help in this regard will be much helpfull
Thanks Umesh
Hi All,
Looking for some suggestion about a good refrence book for J2EE design pattern.I do have knowledge about some patterns but not that much so looking for a good Refrence material.
any help in this regard will be much helpfull
Thanks Umesh
It's not a book, but this page on "Core JavaEE patterns" is a good reference - but I wouldn't try to learn JavaEE just from this if you have no other JavaEE experience, but it would probably be good if you had some other book (sorry, I don't have any good current book titles to recommend).
Try Adam Bien's book Real World Java EE Patterns.
Correction: this is for Java EE 6, not J2EE. If you want J2EE -- meaning nasty legacy stuff, pre EJB3 -- this doesn't apply.
I compiled these a few years ago in slide presentation: http://igorpolevoy.com/public/Wiki.jsp?page=JavaEEPatterns
thanks