lifecycle1 JSP Life Cycle Hello~!!! With the code above, you can test how JSP life cycle works. First, check on Java file that has created after you create JSP file. Location: ...workplace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost\firstWeb\org\apache\jsp public void jspInit(){ System.out.print("jspInit()"); } public void jspDestroy(){ System.out.print("jspDestroy()"); } Just like servlet.. 2019. 8. 7. 이전 1 다음