> The tutorial says the dexios templates are compiled. I didn't read much
> further than that. If it's the compilation you're worried about, jsp is
> supposed to do the compilation only once for each page (until the a page
> is modified). I don't think this would take long.
Maybe I'm mistaken, but I was under the impression that the
compilation of pages is supposed to benefit performance. Compiling
each page once means that there isn't some servlet parsing
HTML pages for every request. I'm still learning the technical
side of servlets/JSP, but without page compilations, a servlet
would have to interpret each page and use the Reflection API to
interpret each page. This presumably would be slower than
just running a pre-compiled servlet that knows how to handle one
task.
Rick Sanders
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".