Hi, I'm also a beginner in JSP. I also suggest studying from sun's "core servlets and Java server pages" by Marty Hall. It tells you the best of both worlds
Geoff Tate
Ranch Hand
Joined: Feb 06, 2001
Posts: 55
posted
0
the wrox books 1 Java Server Programming 2 JSP are also pretty good
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> fantastic, a towel? <HR></BLOCKQUOTE>
The following books are good: Java Servlet Programming - O'Reilly Instant Java server pages Both give real world examples and simple explanations . HTH-Kameswari
Originally posted by Richard He: Could anybody suggest any super book for Servlet and JSP? Any suggestion will be appreciated Thanks richard
hemang patel
Greenhorn
Joined: Mar 06, 2001
Posts: 8
posted
0
Go for Core servlets and JSP for the sun microsystems publication that should do for beginners ...
hemang patel
Greenhorn
Joined: Mar 06, 2001
Posts: 8
posted
0
Hey, you should also follow the online tutorial available on www.java.sun.com from Magelang Institute. Its give a very concise, yet simple picture of servlet technology
Roger Kerr
Greenhorn
Joined: Mar 06, 2001
Posts: 2
posted
0
I recommend the book that is being given away this week, Sams �JavaServer Pages Application Development� by Ben Forta et al. It covers essential JSP stuff like scripting elements, using JavaBeans, and using JDBC as well as more application solutions like using EJB�s and Custom Tags. It�s everything you�ll need to know. Besides, I�m one of the authors.
faisal mahmood
Ranch Hand
Joined: Nov 30, 2000
Posts: 349
posted
0
The JSP and servlet spec are good sources but not as friendly as the books. Faisal