JSP Reference Books [closed]
There seems to be a dearth of fresh JSP reference books to purchase. Most are from between 1999 and 2003, with almost nothing after that. There are still lots of Java books, and while most of the syntax is easily swapped, I'd rather have a reference book specifically for the dynamic browser aspect.
Does anyone have recommendations?
Head First Servlets and JSP covers the topic very comprehensively and gently. The 2nd edition was published in 2008 and AFAIK there have been little or no changes to the JSP spec since then.
Although this book covers both Servlets and JSPs, in most environments where JSPs are being used, Servlets (or something similar like Struts actions) are also used. Because JSPs are Servlets at runtime, it could be argued that understanding Servlets is a pre-requisite for understanding JSPs.
Head First Servlets and JSP by kathy Sierra & Bert Bates
Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions by Budi Kurniawan, this is a very old book most probably not available in market but I found it very interesting.
Though these are not particularly for JSP but I am sure you will get everything you're looking for.
The first one is undisputedly the best book available.I have the pdf of second one,in case you want to have a look.
Enjoy :)
精彩评论