Hi all,
I had this question in my mind for a long time and I was trying to find out the answer, since I couldn't get a clear answer yet, let me ask you..
We all know that the
JSP will not be translated to
Servlet for each request; whenever there is a change(modification) in JSP page, to reflect that change the JSP engine re-creates the Servlet.
The question:
How JSP Engine understand there is a change(modification) in the JSP file?
Is there any comparison or cross-check happening between the JSP and its Servlet?
If yes will it happen on each requst?, so how fast it is, when there is, say, 1000 lines of script code in JSP?
Thanks in advance..
Ratheesh