Pattern1 [jsp/개발방법론] FrontController 패턴 1. 디렉터리 패턴서블릿 맵핑과 비슷한 형태. http://localhost:8181/jsp_ex1_memberex/Hello 12http://localhost:8181/jsp_ex1_memberex/Hellohttp://localhost:8181/jsp_ex1_memberex/Worldcs /Hello , /World 와 같은 식으로 '디렉토리' 형식을 말한다.각 디렉토리 맵핑명을 가지고 별개의 서블릿을 찾아간다. Hello 서블릿과 World 서블릿을 찾아간다. 2. 확장자 패턴 12http://localhost:8181/jsp_ex1_memberex/hello.dohttp://localhost:8181/jsp_ex1_memberex/world.docs 확장자 패턴이 같다면, 그 확장자의 서블릿을 찾.. 2017. 1. 20. 이전 1 다음