Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ApplicationContext

Info
title참고

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/beans.html#beans-basics

 

대표적인 ApplicationContext 구현체

클래스설명
AnnotationConfigApplicationContext하나 이상의 자바 기반 설정 클래스에서 스프링 애플리케이션 컨텍스트를 로드함.
AnnotationConfigWebApplicationContext하나 이상의 자바 기반 설정 클래스에서 스프링 웹 애플리케이션 컨텍스트를 로드함.
ClassPathXmlApplicationContext클래스패스(classpath)에 위치한 XML 파일에서 컨텍스트 정의 내용을 로드함.
FileSystemXmlApplicationContext파일 시스템에서, 즉 파일 경로로 지정된 XML 파일에서 컨텍스트 정의 내용을 로드함.
XmlWebApplicationContext웹 애플리케이션에 포함된 XML 파일에서 컨텍스트 정의 내용을 로드함.