백지부터 시작하는 이세계 코딩 생활
Spring MVC 패턴에 대해 알기 본문
Ref. 처리과정 (흐름) 및 Spring Legacy Project 생성 방법.
https://hongku.tistory.com/115
/*
Client 의 요청 >
DispatcherServlet 이 요청을 받음(Listen) >
DispatcherServlet 가 Controller 에게 요청 >
Controller 가 ModelAndView를 통해 DispatherServlet 에게 응답 >
ViewResolver 와 Views(JSP)를 통해 Client 에게 응답
*/
Ref. 개요
Ref. Spring MVC Framework 구조설명, 기능설명, 필수설정 설명.
https://gmlwjd9405.github.io/2018/12/20/spring-mvc-framework.html
< index >
- Spring MVC 아키텍처 이해
- Project Structure 이해
- Model, View, Controller 사용법
- MVC 구현을 위한 기본 설정 방법 및 개념 이해
Ref. Spring 원문? 기본 설명 from 공식홈.
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html
https://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/mvc.html
'Spring > Spring MVC pattern' 카테고리의 다른 글
Spring Web MVC 공식 페이지 (0) | 2020.08.24 |
---|---|
page to page (0) | 2020.08.24 |
Comments