Daniel R�nnqvist wrote:
> [snip]
> I'm also wondering if anyone have tips on good reading regarding this
> subject (thread safty, static classes and what really happens beneath the
> surface in a JSP app) ?
>
If you are casually interested in what happens "beneath the surface" in a JSP app,
most JSP environments let you set a switch to keep the Java code that they
generate for your pages. This is really helpful in understanding what's
happening.
If you are seriously interested in understanding this stuff in depth, I would
suggest perusing the source code of the Jakarta Tomcat servlet and JSP environment
(http://jakarta.apache.org). An earlier version of this software is what you get
when you download JSWDK from Sun, and the current version supports the servlet 2.2
and JSP 1.1 specifications. Since it's open source (Apache license), there's
basically no restriction on what you can do with it -- and educating yourself on
how this stuff actually works is a great example of a non-trivial Java
application.
>
> have a nice day!
> Daniel Ronnqvist
>
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html