Calling JSP Compiler Manually

As of now we have seen the introduction and work flow of JSP programs. Now let us know about one of the most important part, i.e, JSPC (Java Server Pages Compiler). 

It is the responsibility of every server vendor to develop the JSP Compiler. They must develop JSPC based on the JSP specification. JSP compiler is a Java program which follows the rules of JSP specification. 

When the client sends the request to JSP, it is the responsibility of the server to call the JSP compiler. Even we can call JSPC manually, by calling manually we can understand the internal code of generated servlet.
 page under construction.....
               

No comments:

Post a Comment