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