MVC 모델 1 vs 모델2
CODEDRAGON ㆍDevelopment/JSP
반응형
MVC 모델 1 vs 모델2
구분 |
차이 |
MVC 모델 1 |
· Controller 역할을 JSP가 담당 · MVC에서 View와 Controller가 같이 한 파일에 존재있는 형태 |
MVC 모델2 |
· Controller 역할을 Servlet이 담당 · MVC에서 Model, View 그리고 Controller가 모두 모듈화 되어 있는 형태 |
MVC 패턴
http://codedragon.tistory.com/4685
모델 1 구조 (Model 1)
http://codedragon.tistory.com/4750
모델 2 구조(Model 2)
http://codedragon.tistory.com/4751
'Development > JSP' 카테고리의 다른 글
게시판(MVC) - 게시판 게시글의 답변글 계층 알고리즘 및 구조도 (0) | 2018.01.22 |
---|---|
게시판(MVC) - 글 답변 달기 (0) | 2017.12.22 |
HttpServletResponse 클래스 주요 메소드 (0) | 2017.12.20 |
JDBC(Java Database Connectivity) - 각종 DBMS를 통합한 라이브러리 필요성, JDBC의 구조와 역활, 어플리케이션, JDBC, DBMS의 관계도 (0) | 2017.12.15 |
<jsp:setProperty> 액션 태그 (0) | 2017.12.14 |