Do you know a good book on this topic?

link|improve this question
Now it's Wiki. What benefit has community wiki? – stabilo Feb 25 '09 at 10:19
Wiki is used for questions like these where there's no one 'right' answer; so that whatever the accepted answer is, any user can go in and add to it (the 'wiki' aspect). If there was only one 'right' answer, there'd be no reason to make it a wiki. If you check this answer, you'll see its benefit: – George Stocker Feb 26 '09 at 15:18
feedback

closed as not constructive by ChrisF, Sam Saffron Nov 7 '11 at 10:59

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

10 Answers

I think Enterprise JavaBeans 3.0, Fifth Edition by Richard Monson-Haefel and Bill Burke is quite nice. It provides a nice overview over this broad field and contains lots of examples (using JBoss). Be sure to get the fifth edition, earlier editions are quite out-dated.

link|improve this answer
Good book, but if I recall even this edition is based on a draft of the EE 5 spec so isn't completely accurate. – jonathan.cone Feb 25 '09 at 2:39
It does not say anything like this in the book, and both the book and the final Java EE 5 specification were released in May 2006. – Fabian Steeg Feb 25 '09 at 12:47
There is now an Enterprise JavaBeans 3.1 by Andrew Lee Rubinger and Bill Burke. – Raedwald Mar 28 '11 at 12:07
feedback

EJB3 In Action

Very good tutorials, and a good website with code tailored to many different App Servers:

http://www.manning.com/panda/

link|improve this answer
feedback

If you're an experienced developer, some of the best material for learning this stuff is actually the Java EE associated specs (JSRs) at the Java Community Process web site.

link|improve this answer
feedback

Sun's free JavaEETutorial (pdf).

link|improve this answer
feedback

For me, "Head First Servlets and JSP" worked wonders.

I had no prior knowledge of J2EE (but I had deep knowledge of Java) and within 3-4 days I managed to get a very clear understanding of the main components of a J2EE application and I was able to create and deploy my first simple app. Note though that it only covers servlets and JSP which is "half" the J2EE (the other half being EJB).

link|improve this answer
feedback

Patterns of Enterprise Application Architecture by Martin Fowler

alt text

If you are willing to go up one abstraction level, and talk about more general concepts and ideas - applicable to Java as well as any other language - this is the book for you.

link|improve this answer
Can you also recommend a JEE specific book? – stabilo Feb 16 '09 at 9:45
feedback

List of Java Enterprise Books

Enterprise Architecture Books (Not Specific to Java)

Websites

link|improve this answer
booo, you just listed all the books everyone else stated. – jonathan.cone Feb 25 '09 at 2:28
Absolutely, I did. Joel Mentioned that in his Podcast as an acceptable practice; not to mention that when this is converted into a wiki, there will already be an 'answer'. The question should have been a wiki in the first place. – George Stocker Feb 25 '09 at 2:31
Sure, I'll buy that. – jonathan.cone Feb 25 '09 at 2:37
what is wiki good for? – stabilo Feb 26 '09 at 7:20
Wiki is used for questions like these where there's no one 'right' answer; so that whatever the accepted answer is, any user can go in and add to it (the 'wiki' aspect). If there was only one 'right' answer, there'd be no reason to make it a wiki. – George Stocker Feb 26 '09 at 15:18
feedback

Effective Enterprise Java comes to mind

link|improve this answer
1  
That book is from 2004. Is it still relevant? – stabilo Feb 16 '09 at 9:47
feedback

All the Head First java books are very good/

link|improve this answer
Which one do you recommend for JEE? – stabilo Feb 16 '09 at 9:46
feedback

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