> 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 with little difficulty.

I second that whole heartedly. It is essential to understand that everything
is driven by the specifications - make them your bibles.

The O'Reilly "Java Servlet and JSP Cookbook" book is also a good secondary
source.

Harry Mantheakis
London, UK


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to