- MVC 패턴
- C(Controller) : 식당 점원
- M(Service, Repository/Dao, DB) : 요리사
- V(JSP) : 요리 접시 - 플레이팅
- Controller -> Service -> Repository/Dao -> DB
-> 요청 - Controller <- Service <- Repository/Dao <- DB
<- 응답
'자바' 카테고리의 다른 글
| Java split(조건)으로 문자열 나누기 (0) | 2023.09.05 |
|---|---|
| 이클립스 코드 수정 사항 적용 안될 때 해결 방법 (0) | 2023.07.28 |
| 2023 -06-29 제네릭 쓰기, interface 쓰기 (0) | 2023.06.29 |
| 2023-06-28 substring 쓰기 (0) | 2023.06.28 |
| 2023-06-27 static, 수동 변환, 자동변환 (0) | 2023.06.27 |