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 | 29 | 30 | 31 |
Tags
- springwebmvc
- DesignPattern
- String
- 링킹
- 빌드툴
- java
- Kotlin for Java Developers
- 토비의스프링
- ORM
- 링커
- 토비의스프링3.1
- DispatcherServlet
- exception
- IOC
- Spring
- lambda
- springboot
- 컴퓨터시스템
- 메이븐
- gradle
- beanfactory
- FunctionalInterfaces
- hibernate
- 자바
- AutoConfiguration
- ApplicationContext
- 프록시
- JPA
- 클린코드
- Immutable
Archives
- Today
- Total
목록context (1)
엔지니어로 가는 길
Spring Web MVC에서 사용하는 context들
이 글에서는 Spring Web MVC의 context에 대해 알아볼 것이다. WebApplicationContext? ApplicationContext? ServletContext? 먼저 Context들을 정리하는 게 좋을 것 같다. ApplicationContext는 Spring에서 만든 인터페이스로 말그대로 애플리케이션에 대한 context를 가지고 있다. WebApplicationContext란 Spring의 ApplicationContext를 확장한 인터페이스로, 웹 애플리케이션에서 필요한 몇 가지 기능을 추가한 인터페이스다. 예를 들면 WebApplicationContext의 구현체는 getServletContext라는 메소드를 통해 ServletContext를 얻을 수 있다. ServletC..
프로그래밍/Spring
2020. 3. 3. 14:44