A basic tip for JSP beginners !!
- Get the request for any page (for eg: login.jsp)
- Search respective JspServlet (loginServlet.java)
- Parse the JspServlet file after that it generate the servlet source and then load it
- finally generate the response & then send it !!
 |
JSP execution |
0 comments:
Post a Comment