Does someone have an opinion on a good book for someone new to servlets and just learning, including source code examples From Amazon it seems to be "core servlets and JSP"
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
I think the third book from the right above has significant JDBC.
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Bill Pearce
Ranch Hand
Joined: Sep 19, 2000
Posts: 53
posted
0
I have "Professional Java Server Programming" from Wrox (ISBN 1-861002-77-7) and it would also probably suit your needs. It covers JDBC, connection pooling, servlets, JSP and even has some XML coverage. Several examples, including some case studies are included. Good luck, Bill