Pre-Compilation of JSP pages
843833Jun 16 2001 — edited Aug 25 2005I have heard that JSP 1.1 specification offers pre-compilation of the JSP pages. What is this feature provided. Is it a call to the translation phase without actually a call to the JSP page.
Also please let me know what happens when a JSP page is called for the first time. What happens exactly in the translation phase. Is there a compiler which compiles the page into a .class file. How different is it from jspc??