I am comfortable with Java SE 6 and I wanted to go deeper into Java by learning Java EE 6. However, I am confused and I don't know which book(s) should I read to master Java EE 6 (I have never learned Java EE previously). Could you please suggest any appropriate book(s) to help me master Java EE completely?

Thank you for reading

link|improve this question
feedback

5 Answers

I've read Beginning Java™ EE 6 Platform with GlassFish™ 3 and I liked it a lot. It's a good one to start with... But to master it you will need more than just one book :)

link|improve this answer
Thanks for the reply. To start with the book "Beginning Java EE 6 Platform with GlassFish 3" seems to be appropriate. What about the other books needed top master Java EE 6? – user327705 Apr 28 '10 at 11:25
That book now has a second edition, dated August 2010. – Raedwald Mar 28 '11 at 12:05
feedback

Here are some recommendations. Java EE 6 is pretty new.

link|improve this answer
feedback

I also read the "Beginning Java™ EE 6 Platform with GlassFish™ 3"-book, but it's only a starting point. It doesn't cover CDI, Security, Ajax+Bean Validation and some other stuff.

You can also start by reading the Sun Java EE 6 tutorial (available for free here). I'd also suggest to read about Weld, which is the currently available CDI implementation (also part of JEE6). The Weld reference can be found here. Also, if you're going to use JSF 2.0, this book covers everything you need to know about it.

I think that there can be no "complete" JavaEE6-book because JEE6 consists of too many technologies, so the book would probably contain 2000+ pages ;)

link|improve this answer
feedback

You can use this book as a reference, after going through and learning the basic concepts from the books mentioned above.

link|improve this answer
feedback

Beginning Java EE 5 May also help you. Good Luck!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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