• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Recommend a good J2EE book?

aceO07

Diamond Member
What's a good novice book for J2ee? I'd prefer a book unless there's an amazing website to learn everything.

I have working experience with Java and want to learn J2ee.
 
That's a pretty big can of worms. What specifically are you interested in? EJB? Servlets? JSF? JMS? Web services or one of the many, many xml protocols/tools? That said, Sun has some decent tutorials on java.sun.com somewhere that more or less run over most important areas.
 
Yup, it's a huge topic and unfortunately I don't know exactly what I don't know..

I'm in the process of designing and developing a web application as a way of learning something new. So, from j2ee, I assume I'd need servlets, jdbc, xml, jsp and whatever else I don't know yet.

Thanks for pointing in a good direction. I found the EE 5 tutorial on the sun site. It's massive and should provide me with a good start. I always forget that there's a wealth of information on their website. 🙂
 
Back
Top