> Yes, but again isnt' this test repeating the test over and over so
> the Page written in java is not being reparsed since its already compiled
> right?
> what if the page is always changing like in a forum? it will have to
> reparse..that will change evertying? am i right?
>

>From your answer, it's very clear that you don't understand a thing about
JSP, I'm sorry.
It's not because the content is changing that your page has to be
recompiled!!!
Of course the compiling phase takes considerable time, but, on your final
code, you just do this once and it runs for years, serving millions of
requests ;-)
Unless of course you would decide (a very stupid decision) to save the forum
messages in '.jsp' files themselves instead of saving them to the db. In
that case, you'd have a point ;-)

Geert Van Damme

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to