HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
Spring Framework
Spring Framework
/
🔺
IOC/AOP/PSA
🔺

IOC/AOP/PSA

@)참고
  • 백기선 - 예제로 배우는 스프링 입문 (개정판)
  • IOC
    • Baeldung - Intro to Inversion of Control and Dependency Injection with Spring
    • Martin Fowler
      • Inversion of Control Containers and the Dependency Injection pattern
      • InversionOfControl
    • 조영호
      • [우아한테크세미나] 190620 우아한객체지향 by 우아한형제들 개발실장 조영호님
      • 오브젝트 코드로 이해하는 객체지향 설계
 
  • AOP
    • Baeldung - Introduction to Spring AOP
    • 김영한 - 스프링 핵심 원리 고급편
 
  • PSA
    • Spring의 핵심 및 기술

Spring Trinalge - 스프링 삼각형

스프링의 핵심 3요소로 꼽히는 IOC, AOP 그리고 PSA 에 대한 용어 및 사례를 정리해봅시다.
 

IOC

IOC - Inversion Of Control, 제어의 역전
IOC - Inversion Of Control, 제어의 역전
Spring IOC/DI 사례
Spring IOC/DI 사례
 

AOP

AOP - Aspect Oriented Programming, 관점 지향 프로그래밍, Spring AOP
AOP - Aspect Oriented Programming, 관점 지향 프로그래밍, Spring AOP
 

PSA

PSA, Portable Service Abstract
PSA, Portable Service Abstract