tags:

views:

94

answers:

4

I am new to JSP. I want to learn JSP with more of practical approach. I have already gone through "Head First JSP and servlets", but it is more dedicated towards SCWCD. So this time I want to take sugesstion before picking up a book. I need a book with is much more of practical approach and covers traps in JSP.

A: 

I did "Web Development with JavaServer Pages". By Duane K. Fields and Mark A. Kolb. Worked for me.

Lars Andren
+2  A: 

Head First Servlets & JSPs. Really nice, comprehensive examples with a good chance of getting a SCWD certificate as well.

jimi
He explicitly mentioned that he already went through it. He was just asking for a more practical book than that.
BalusC
A: 

Hanumant and Deshmukh is good book for learning JSP and to get SCWCD certificate.

Dusk
A: 

Marty Hall's Core Servlets and JavaServer Pages. It goes step by step to a fullworthy MVC approach with JDBC. It discusses good and bad practices as well. There is an online PDF version.

BalusC