Re: Code Q.

2001-04-19 Thread Sam Newman
You kight want to get some decent example code,then edit that to get you started. If you have either of the O'Reilly books (servlet programming or JSP) then download thier example code. The JSP code certainly works just by unpacking under tomcat. You can then just edit/view thier simple examples

RE: Code Q.

2001-04-19 Thread Tim Coultas
Scott - One thing that the Core Servlets book doesn't do well is explain Java basics, like what does extends mean or how do method/class declarations work. It assumes that knowledge. I found Sams "Teach Yourself Java in 21 Days" really helpful; it contains a lot of basic java information that

RE: Code Q.

2001-04-19 Thread Craig O'Brien
PROTECTED] Subject: RE: Code Q. Scott - One thing that the Core Servlets book doesn't do well is explain Java basics, like what does extends mean or how do method/class declarations work. It assumes that knowledge. I found Sams "Teach Yourself Java in 21 Days" really helpful; it con

Re: Code Q.

2001-04-18 Thread eric chacon
Scott, You're asking some straight-forward Java questions that might be better addressed in one of the news groups (comp.lang.java, for example)--if you're not familiar with newsgroups check out www.deja.com (currently held hostage by google, but hopefully working soon). In the code, you're