views:

69

answers:

5

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

A: 

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).

http://java.sun.com/blueprints/corej2eepatterns/Patterns/

FrustratedWithFormsDesigner
I have aready gone through GOF as well Head first series so this time looking in to some serious stuff and currently was looking at same title mentioned by you
+1  A: 

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.

Nathan Hughes
Matt Ball
the errors don't seem that bad to me, it's better than some books I've read from real publishers. as to if it's worth your reading, YMMV, I've been on a legacy project for 2 years, I wanted to see examples of how to build modern Java EE apps.
Nathan Hughes
A: 

Head First Design Patterns

Hugo Assanti
@Hugo thats a good book and i have read that but now i want something more inside
It's good , but I think OP wanted JavaEE specific stuff.
FrustratedWithFormsDesigner
Agree i m looking EE specific stuff
A: 

Head First Servlets and JSP is a good place to start.

Matt Ball
@Matt i am looking something with J2EE design pattern
+1  A: 

I compiled these a few years ago in slide presentation: http://igorpolevoy.com/public/Wiki.jsp?page=JavaEEPatterns

thanks

ipolevoy
Looks nice (+1) although .ppt should be -1 :-)
seanizer
the ppt was done for the classes I teach.
ipolevoy