Thursday, 12 July 2012

JSP: How JSP is working ?


A basic tip for JSP beginners !!
  1. Get the request for any page (for eg: login.jsp)
  2. Search respective JspServlet (loginServlet.java)
  3. Parse the JspServlet file after that it  generate the servlet source and then load it
  4. finally generate the response & then send it !!
JSP execution

0 comments:

Post a Comment