프로그래밍/스프링 MVC | 2014. 1. 22. 16:30
MVC(Model , View, Controller)
Model
- 실제 일처리하는 것 (Service : 연산, Repository : DB접근)
View
- 눈에 보이는 화면
Controller
- Request / Response
서버 작업 순서
Request --> Controller --> Model --> Controller --> View
[ MyBatis3 ] SQL Map XML 파일(resultMap-2) (0) | 2014.01.22 |
---|---|
[ MyBatis3 ] SQL Map XML 파일(resultMap) (0) | 2014.01.22 |
[ MyBatis3 ] SQL Map XML 파일(select, insert, update, delete, sql) (0) | 2014.01.22 |
[ MyBatis3 ] 매퍼설정 XML(typeHandlers, objectFactory, ...) (0) | 2014.01.22 |
[ MyBatis3 ] 매퍼설정 XML -1(Properties, Setting, typeAliases) (0) | 2014.01.22 |
Recent Comments