Notice
Recent Posts
Recent Comments
Link
Tags
- json #ajax #정보조회
- framework #프레임워크 #mybatis
- 스프링트랜잭션
- mybatis-config.xml
- Spring MVC#Spring 구조 #Spring MVC Model
- 동적쿼리 #mybatis동적쿼리
- 동적쿼리if #checkbox검색#checkbox회원검색
- maven#maven환경설정#메이븐환경설정
- oracle#DB#데이터베이스 이론
- java면접#IT기술면접
- project Package생성
- spring#형상관리#정규표현식#target
- 셀레니움 #selenium#셀레니움설치
- bean등록Annotation#annotaion#bean등록#DIAnnotaion
- spring#maven#스프링#메이븐
- 트랜잭션#@Transacional#트랜잭션 bean#트랜잭션예제
- Today
- Total
목록Spring MVC#Spring 구조 #Spring MVC Model (1)
HongCat 개발 스토리
5.Spring MVC Model
2019.12.06 MVC Model MVC의 기본 흐름은 View– Controller – Model – Controller – View형태 Spring MVC Model Spring MVC는 View, Controller, Model 부분을 유지보수 및 확장성을 고려하여 설계되었음 Spring MVC 구성요소 설명 DispatcherServlet 유일한 Servlet 클래스로서 HTTP 프로토콜을 통해 들어오는 모든 요청을 가장 먼저 처리하는 Front Controller HandlerMapping 클라이언트의 요청을 어떤 Controller가 처리할 지 URL Mapping 값을 가지고 있음 Controller Controller 실질적인 클라이언트 요청을 처리 ViewResolver Control..
FrameWork
2019. 12. 6. 15:18