| Author |
JSP books
|
Rob Petterson
Ranch Hand
Joined: Jan 23, 2002
Posts: 149
|
|
Can anyone recommend books on JSP for beginners with plenty of code examples of real life applications that one can play around with in their own code? [ June 25, 2002: Message edited by: Rob Petterson ]
|
Rob Petterson
SCJP
|
 |
Jessica Sant
Sheriff
Joined: Oct 17, 2001
Posts: 4313
|
|
My favorite: More Servlets and JavaServer Pages by Marty Hall. It covers the JSP 1.2 and Servlet 2.3 specifications -- an excellent book. The prequel is Core Servlets and Java Server Pages also by Marty Hall, covers the JSP 1.1 and Servlet 2.2 specifications, it's actually available online in PDF form on CoreServlets.com. Its a little dated, but an excellent book.
|
 |
Rob Petterson
Ranch Hand
Joined: Jan 23, 2002
Posts: 149
|
|
|
Thanks Jessica. I�ve just passed my SCJP yesterday and I want to write a couple of web sites using JSP amongst other things - (basically I'm trying to get a port-folio together in order to get a job). Any other tips as to what type of site / functionality I should build baring in mind I'm very green.
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
Professional JSP by WROX
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
|
Manning's Web Development with JavaServerPages by Fields and Kolb is outstanding.
|
Jason's Blog
|
 |
Sean MacLean
author
Ranch Hand
Joined: Nov 07, 2000
Posts: 621
|
|
Yes, but make sure you get the newest 2nd edition of "Web Development with JavaServerPages"(new review in the bunkhouse pending). Sean [ June 26, 2002: Message edited by: Sean MacLean ]
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
This is not meant to be a plug, but when you've got the JSP basics covered, check out some of the tag library stuff (also know as JSP tag extensions). These reusable components really do help you build more readable and maintainable systems which (IMHO of course) is a definite plus-point for getting a job. Good luck with the learning, and if there is anything that we can all help you with, you know where to find us. Cheers Simon
|
 |
Rob Petterson
Ranch Hand
Joined: Jan 23, 2002
Posts: 149
|
|
Thanks everyone for the book suggestions. Can anyone perhaps point me at a URL that uses JSP, XML so I can get a snapshot of the type of web apps that are out there. Also if someone could at least point me in the right direction as to a suitable app that I can develop (nothing too complicated, but then again, something that a future boss would sit up and look at). I�m very green, but you�ve got to start somewhere haven�t you?
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
well, I can point you a URL on on JSPs...
|
 |
Rob Petterson
Ranch Hand
Joined: Jan 23, 2002
Posts: 149
|
|
|
Cheers Anthony, looks like a good resource
|
 |
 |
|
|
subject: JSP books
|
|
|