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
- spring boot
- 양자의 얽힘
- FrontController
- tomcat
- spring
- 양자의 중첩
- dd
- 양자
- RequestDispatcher
- Spring Container
- Microsoft Hackers Ground
- web.xml
- JPA
- ContextLoaderListener
- DispatchServlet
- 양자컴퓨터
- WAS
- 양자의 이중성
- Handler Mapping
- SpringBoot
- Servlet
Archives
- Today
- Total
목록ContextLoaderListener (1)
HiTHerE !
3. Spring Boot의 동작(3)
[7] Spring Container : 자바 객체(Bean)의 생명 주기 관리하며 BeanFactory 와 ApplicationContext 가 있음 객체간 결합도는 낮추고(객체간 의존성을 낮게), 높은 캡슐화를 위해 사용 과정 1. Request 2. web.xml : ContextLoaderListener *ContextLoaderListener : 웹 어플리케이션의 규모에 따라 다양한 클라이언트의 요청이 들어오게 되는데, 요청에 따라 다른 성격의 서블릿이 생성, 이 때 모든 서블릿이 공통으로 가져야하는 설정(예. DB)을 처리하는 객체 Servlet Context 가 아닌 Application Context 단위의 설정 *Application Context : Web Application 의 Co..
Spring Boot/Basic
2023. 9. 2. 23:54