Do you know a good book on this topic?
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.
|
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. | |||||||
feedback
|
|
Very good tutorials, and a good website with code tailored to many different App Servers: | |||
|
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. | |||
|
feedback
|
|
Pro Java Performance Management Optimization Core J2EE Patterns Practices Strategies Core Security Patterns Strategies Management By the way here is my SCEA list, you might want to look at that. Cheers. | ||||
|
feedback
|
|
Sun's free JavaEETutorial (pdf). | |||
|
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). | |||
|
feedback
|
|
Patterns of Enterprise Application Architecture by Martin Fowler 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. | |||
|
feedback
|
|
List of Java Enterprise Books
Enterprise Architecture Books (Not Specific to Java) Websites | |||||||||||
feedback
|
|
Effective Enterprise Java comes to mind | |||||
feedback
|
|
All the Head First java books are very good/ | |||
|
feedback
|