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

What would the best java book be, that covers web development in detail?

Also, if there is a book that emphasizes design patterns etc. in web development, best practices, etc, that would be great.

share|improve this question
2  
Should be CW, as you're not going to get a "best" book, especially not one that covers two very broad topics (design patterns and best practices). – Andrew Coleson Dec 24 '09 at 17:55
2  
Rails for Java Developers? ;) pragprog.com/titles/fr_r4j/rails-for-java-developers – abyx Dec 24 '09 at 17:57

4 Answers

up vote 0 down vote accepted

Java web development is so open that I can't really think of any one book (or series of for that matter) that would be good for you. There's Spring MVC, Struts, JSF, Grails, Tapestry... etc. The list just goes on an on about Java frameworks. Now, if you want to learn the basics of Java web then you could read Java Web Servlets with EJB. It covers Java web basics without going too much into any specific framework.

share|improve this answer
2  
This is an old book. It covers J2EE 1.4 which is over 5 years old. We're nowadays already at Java EE 6. – BalusC Dec 24 '09 at 22:07

For details, you should read at least few books. Head First Servlets and JSP is a good starting point for Java Web Development. You should also read books like The Rails Way or a book on Django to get a sense of state-of-the-art in web development. I think these will help you more than a Web design pattern in Java.

share|improve this answer
1  
The Head First is the best book on the JSP/Servlet subject. Ensure that you get the latest edition. – BalusC Dec 24 '09 at 22:03

id have to recommend RESTful Web Services which is not java specific, but deals with web application architecture the RESTful way.

share|improve this answer

You know I've red all the books mentioned here but I would say that this site http://netbeans.org/kb/trails/java-ee.html helps you more. Well, you just need to use a netbeans as it is the recommended IDE.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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