Possible Duplicates:
Best Java book you have read so far
Could you please suggest any good books for Java EE
J2EE Book Recommendation

Assuming I already know the JavaSE basics, what would be a good JavaEE book?

link|improve this question

62% accept rate
2  
That depends... Jave EE is a huge space... Usually the best books are specific to one particular facet of JEE. – Brian Knoblauch Sep 1 '10 at 17:59
@Colin HEBERT: A quick scan of that list shows there are none referring to JavaEE... but if I missed it please point it out! – FrustratedWithFormsDesigner Sep 1 '10 at 18:01
1  
How well do you know the Java SE basics? – Thorbjørn Ravn Andersen Sep 1 '10 at 18:04
1  
@BalusC: The answers you posted seem to point out to "Beginning Javaâ„¢ EE 6 Platform with GlassFishâ„¢ 3: From Novice to Professional" (The ones that actually have an answer anyway), but I'm getting different recommendations here, so I wouldn't exactly point it out as a dupe if there are more alternatives now. – iceburn Sep 1 '10 at 18:09
show 1 more comment
feedback

closed as exact duplicate by Colin Hebert, BalusC, FrustratedWithFormsDesigner, jjnguy, Michael Mrozek Sep 1 '10 at 21:04

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Real World Java EE Patterns, by Adam Bien: good for examples of how to take advantage of the new JavaEE6 capabilities.

link|improve this answer
feedback

The Java EE 6 Tutorial: Basic Concepts by Eric Jendrock et al.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.