Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Greedy
- 인프런
- AOP
- 그리디
- Exception
- Servlet
- QueryDSL
- jpa
- Android
- transaction
- JPQL
- 알고리즘
- 백준
- SpringBoot
- 스프링 핵심 기능
- db
- 자바
- springdatajpa
- http
- JDBC
- 김영한
- kotlin
- java
- pointcut
- spring
- Spring Boot
- Proxy
- Thymeleaf
- 스프링 핵심 원리
- 스프링
Archives
- Today
- Total
목록${} (1)
개발자되기 프로젝트
[Servlet, JSP] MVC 적용
1. MVC 패턴 적용 서블릿을 컨트롤러로 사용하고, JSP를 뷰로 사용해서 MVC 패턴을 적용 Model은 HttpServletRequest 객체를 사용한다. request는 내부에 데이터 저장소를 가지고 있음. request.setAttribute() , request.getAttribute() 를 사용하면 데이터를 보관하고, 조회할 수 있다 2. Controller Request, Response를 받아서 view에 제어권 넘김. RequestDispatcher : Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) ..
인프런/[인프런] 스프링 MVC 1
2021. 9. 9. 23:44