Okay, I'm going to just state a few things just to make sure evertying
gels in my head :)

So basically (from the Servlet end), a JspServlet is initialized, this
creates a RuntimeContext. Then, when the service is invoked it looks
for some JspServletWrapper already associated with this .jsp in this
context. If none exist, it creates  JspServletWrapper which is a less
servlet-styled Jsp compiler. This wrapper then contains a
CompileContext, which presumably does the grunt-work of parsing and
compiling the .jsp?

Is there a simple explanation for the responsibilities of the two
contexts mentioned (Runtime and Compile)?

Oh, on a loosely related note: are there any good books related to
this material, that would also just be a good book to have on the
shelf? Thanks!

Regards,
Scott

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

Reply via email to