Best J2EE book

Hello folksCould you suggest a very good book for J2EE.I have purchased Ivor Horton J2SDK 5.0 and it absolutely wonderful with full of examples. I am looking for some thing like that. Can anyone suggest a great book please?ThankyouP
[281 byte] By [princerozarioa] at [2007-10-2 11:10:05]
# 1
You might find JavaRanch helpful for this as there is a whole forum dedicated to questions about books http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&f=75
princerozarioa at 2007-7-13 3:51:38 > top of Java-index,Java Essentials,New To Java...
# 2

J2EE is a pretty wide topic range, I don't think there is a good all-rounder that covers everything in detail. You might want seperate books about java web technologies (servlets/jsp/jsf), enterprise javabeans and optionally a book about your application server.

Also did your J2SE book cover JNDI? You might want to read up about that as well when moving to J2EE. There are some pretty decent tutorials on this website.

gimbal2a at 2007-7-13 3:51:38 > top of Java-index,Java Essentials,New To Java...
# 3

> J2EE is a pretty wide topic range, I don't think

> there is a good all-rounder that covers everything in

> detail. You might want seperate books about java web

> technologies (servlets/jsp/jsf), enterprise javabeans

> and optionally a book about your application server.

I agree. "Core Servlets" are already two thick bricks. "A" J2EE book would probably weigh 20 kilo.

> Also did your J2SE book cover JNDI? You might want to

> read up about that as well when moving to J2EE. There

> are some pretty decent tutorials on this website.

And RMI. And JDBC (J2EE books might not cover it anymore as it now seems to be a part of J2SE).

CeciNEstPasUnProgrammeura at 2007-7-13 3:51:38 > top of Java-index,Java Essentials,New To Java...