Versions Compared

Key

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

...

애플리케이션 컨텍스트(ApplicationContext)

  • org.springframework.context.ApplicationContext 인터페이스
  • BeanFactory의 서브 인터페이스임.
  • 더 쉬운 통합을 제공함.
    • 스프링의 AOP 기능
    • 국제화(i18n, internationalization)를 위한 메시지 리소스 핸들링
    • 이벤트 발행(event publication)
    • 애플리케이션 레이어 특정 컨텍스트(예. 웹 애플리케이션을 위해 WebApplicationContext 사용)

빈 팩토리(BeanFactory)

 

Info
title참고(소스코드)