- 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.
Monday, 4 November 2013
JSP Life Cycle

Artikel Terkait
Subscribe to:
Post Comments (Atom)
EmoticonEmoticon