Re: book for servlet programming

2005-03-18 Thread Harry Mantheakis
3/ Download a copy of the servlet spec (java.sun.com) and give it a good skim. It's dry -- it's a spec, after all -- but it contains what every servlet developer should know. Sticking to spec-compliant code will make your apps container-agnostic, such that you can use Tomcat, WebLogic, etc

book for servlet programming

2005-03-17 Thread brian
I need a book for servlet programming- there are some good reviews for the Jason (O'Reilly) book. and also for Goodwill's Servlet programming. Please let me know your experiences about a good book to for servlet programming. (shall be using Tomcat primarily) references to some tutorials

RE: book for servlet programming

2005-03-17 Thread David Short
To: tomcat list Subject: book for servlet programming I need a book for servlet programming- there are some good reviews for the Jason (O'Reilly) book. and also for Goodwill's Servlet programming. Please let me know your experiences about a good book to for servlet programming. (shall be using

RE: book for servlet programming

2005-03-17 Thread Mike Jackson
To: tomcat list Subject: book for servlet programming I need a book for servlet programming- there are some good reviews for the Jason (O'Reilly) book. and also for Goodwill's Servlet programming. Please let me know your experiences about a good book to for servlet programming. (shall be using

Re: book for servlet programming

2005-03-17 Thread QM
On Thu, Mar 17, 2005 at 04:24:57PM -0800, brian wrote: : Please let me know your experiences about a good book to for : servlet programming. (shall be using Tomcat primarily) 1/ Inside Servlets, by Dustin Callaway. I tried a few other servlet books, but this is the one that really worked for me