Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicates:
best java book for web development
Best Java web architecture book / website?

I'm new to java EE area and I would like to find a good book that teaches me the core concepts of java web development such as jsp,servlets, sessions, ejb,......

I have found Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions which covers concepts I 'm searching for but the main problem is that it is too old. I don't know if concepts have changed.

Does anybody recommends other book?

share|improve this question
Duplicate of stackoverflow.com/questions/1959211/… – danben Jul 6 '10 at 20:00
Duplicate of stackoverflow.com/questions/805046/… – danben Jul 6 '10 at 20:01

marked as duplicate by Péter Török, Jeff, Pascal Thivent, Greg Hewgill, gnovice Jul 7 '10 at 2:49

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

up vote 0 down vote accepted

I would focus of servlets and JSP first and leave EJB's out for the start (or at all) as there are better ways ....

Try "Core JSP", O'Reilly Servlet and JSP books which writing style suits you best.

Also make sure read on Spring and Spring MVC

share|improve this answer

IMHO, this is the best Core Java: Volume I, Fundamentals (8th Edition)

share|improve this answer
3  
Thats doesn't have any java web concepts – Feras Odeh Jul 6 '10 at 20:17

I agree with Miro, as "Core JSP" was alot of use for me starting out.

You migh want to start off with something like "Java: How to program" by Paul & Harvey Deitel to secure the fundementals of the language, the book covers an intro to jsp and servlets and isn't too 'techie' to understand.

share|improve this answer

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