views:

105

answers:

8

Hi,

Can any one guide towards a good Java & JSP Tutorials(videod/Books etc),it should be for basic as well as advance developers with alot of coding examples.I googled alot but couldn't find any thing useful.

Thanks

A: 

I own this book http://www.amazon.com/Murachs-Java-Servlets-JSP-2nd/dp/1890774448/ref=sr_1_1?ie=UTF8&qid=1288424033&sr=8-1

Murach's Java Servlets and JSP

I like it. It is a good place to start and covers a lot of material at a moderate pace.

darren
+2  A: 

These are the official tutorials on the web site of Oracle:

http://download.oracle.com/javase/tutorial/

http://download.oracle.com/javaee/5/tutorial/doc/bnagx.html

Rémi
A: 

And the best suggestion is: use JSP strictly as a template and avoid (at all costs) to place code in it.

cherouvim
A: 

The one that taught me how to program in Java, have very nice guides and examples was:

http://www.lulu.com/JavaByDissection

I had a class that used this as a text book and it helped me go from not knowing how to program at all, to being able to program decently. It has multiple examples and has an e-book for a sixth of the price. This book, would probably get you up to the basis of being comfortable with understanding how java works.

Hope this helps.

Jim
+1  A: 

You can also try Head First series books for Java, JSP & Servlets. Explanation of the concepts are done in very easy to understand way.

Swapna
A: 

http://apress.com/book/search?searchterm=jsp&amp;act=search&amp;submit.x=0&amp;submit.y=0 <== this link contain some ebook from apress, you can buy or searching on google for free ebooks to download, i don't suggest download free ebooks! :D

MYE
A: 

Head first! I wish I had that book last semester, instead of just following tutorials on the net....

Mizh