Dynamic Web Project 3.1 spec

 - Servlet 클래스 작성 시 web.xml 변화 확인 3.x spec부터는 annotation으로 설정

 - 프로젝트 생성

 - 다음 페이지

 - 다음 페이지 web.xml 생성

 - 프로젝트 구조 확인

 - web.xml 확인

 - Servlet 클래스 작성

 - URL Mapping 수정

 - 메서드 생성

 - 생성된 서블릿 확인 @WebServlet("URL")이 생기는 점이 2.5 spec과 3.x spec의 차이점
(web.xml에 Servlet 등록 태그로 설정하지 않고 annotation으로 설정)

 - Servlet 생성 후 web.xml 확인 ( 변화없음 )

 

+ Recent posts