Showing posts with label jsp. Show all posts
Showing posts with label jsp. Show all posts
Saturday, April 29, 2017
Wednesday, April 19, 2017
JSP Life Cycle
JSP Life Cycle
- Translating JSP to Servlet. (hello.jsp->hello_jsp.java)
- Compile the translated Servlet. (hello_jsp.java->hello_jsp.class)
- Loads the translated Servlet.
- Creates the instance of translated Servlet.
- Calls the life cycle method _jspInit().
- when user sends the request then container calls the life cycle method _jspService().
- At container shutdown time, containers call the _jspDestroy() method of life cycle.
Available link for download
Subscribe to:
Posts (Atom)