| Author |
Java web development
|
Dan King
Ranch Hand
Joined: Mar 18, 2009
Posts: 84
|
|
I'd like to learn how to develop web apps/sites with java; can anyone recommend any good resources - books, websites, etc. - that can help? I'm interested in the specifics of web development with java - i.e. What file directory structure is need? What files are needed beyond web.xml? How to deploy the code to the app server? etc.
I already have an understanding of web development (using languages like php and python), so I don't need/want web "basics" explained - i.e. What is http, html, etc.
Thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
|
The Servlet Specification and Head First Servlets and JSP would be my recommendation.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
The SCWCD Study Guide is also a good book.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Dave Brown
Ranch Hand
Joined: Mar 08, 2005
Posts: 301
|
|
Bear Bibeault wrote:The Servlet Specification and Head First Servlets and JSP would be my recommendation.
I'd like to second the recommendation on the Head First Servlets and JSP book. It was actually the first Java book I bought and teaches you VERY quickly how to get a java driven website up and running.
Another route that might be of interest if you like the RubyOnRails way of rapid dynamic web site development but in Java, would be to look at Grails. It doesnt take long to get together a development environment if you use Netbeans and there's a lot of tutorials on their site.
|
Regards, Dave Brown
SCJP 6 - [url]http://www.dbws.net/[/url] - Check out Grails Forum
|
 |
 |
|
|
subject: Java web development
|
|
|