servlet 3.0 으로 가면서 web.xml 에서 등록했던 것들을 다음과 같이 annotation 으로도 등록 가능하게 되었다.
@WebServlet
@WebServletContextListener
@ServletFilter
@InitParam
참고..
https://stackoverflow.com/questions/1638865/what-are-the-differences-between-servlet-2-5-and-3
'IT 개발, develop > java' 카테고리의 다른 글
Manage your filters with Spring using DelegatingFilterProxy (0) | 2019.04.08 |
---|---|
스프링 시큐리티 개념 잡기 (0) | 2019.04.03 |
Spring boot 1.5.6 Spring System Requirements and compatibility (0) | 2018.10.19 |
JSP 에서 Include, JSTL을 이용한 Include (0) | 2018.10.19 |
[ eclipse ] 로컬 히스토리 (local history) 사이즈 변경 (0) | 2018.09.17 |
댓글