Page 1 of 1

About Question enthuware.jwpv6.2.950 :

Posted: Thu Jan 17, 2013 5:09 pm
by gurpreet_asrgndu
the first option is

JSP page compilation happens at Request phase.

and the explanation says :

this happens at translation phase.

however according to specs it says that the translation phase can occur anytime between the initial deployment of the jsp page in the jsp container and the first request to the jsp page.

the explanation for this is provided in question enthuware.jwpv6.2.915.

so IMHO the option should be modified to something JSP PAGE COMPILATION HAPPENS ONLY AT REQUEST PHASE.

regards
gurpreet

Re: About Question enthuware.jwpv6.2.950 :

Posted: Thu Jan 17, 2013 8:15 pm
by admin
No, the given option "JSP page compilation happens at Request phase." is incorrect because it happens at translation phase. When the translation phase (at request time or deployment time), is a separate issue and is irrelevant in this case.

Request phase happens per request so it is incorrect to say that compilation happens "in" the request phase.

HTH,
Paul.