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.
|
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. |
|||||||||
|
|
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. |
|||||
|
|
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. |
|||||
|
|
id have to recommend RESTful Web Services which is not java specific, but deals with web application architecture the RESTful way. |
|||
|
|
|
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. |
|||
|
|