I want to get upto speed with jsp.
I've built sites with perl, and classic asp. I don't know Java.
Can you suggest a book that will help me to jump start my learning of .jsp in 2005. I've seen many books recommended but most of them seem to be circa 2002.
If possible without first learning Java.
Comments
:
: I've built sites with perl, and classic asp. I don't know Java.
:
: Can you suggest a book that will help me to jump start my learning of .jsp in 2005. I've seen many books recommended but most of them seem to be circa 2002.
:
: If possible without first learning Java.
:
First of all, in order to learn JSP you would need to know Java language(not a lot, but enough to do simple stuffs). In other words, you cannot doing JSP without knowing Java. Since JSP is a mixing of HTML and Java code.
Just like ASP, you would need to know some sort of scripts, such as VBscript, in order to write ASP page.
I used the JSP Prossesional book, from Wrox press, when I was learning JSP. It is very good book for beginner