22-04-17-프록시패턴-4부-자바와스프링에서찾아보는패턴
본문 바로가기
CS Study/디자인패턴

22-04-17-프록시패턴-4부-자바와스프링에서찾아보는패턴

by KyeongMin 2022. 4. 17.
728x90
반응형

01.자바코드

  • 다이나믹 프록시, java.lang.reflect.Proxy

01.1 다이나믹 프록시

  • 런타임에서 프록시를 제공하는 것
  • 애플리케이션이 실행중에 인스턴스를 동적으로 만들수 있는 방법

02.스프링

  • 스프링 AOP
  • 여러코드에 흩어질 수있는것을 모아서 코딩해줄 수 있는 기법
    • 퍼포먼스 측정을 다른곳에서 해야하는 경우
    • 성능 측정하는것만 따로 모아놓는것

https://github.com/3DPIT/3dpit.github.io/blob/master/_posts/DesignPattern/22-04-17-%ED%94%84%EB%A1%9D%EC%8B%9C%ED%8C%A8%ED%84%B4-4%EB%B6%80-%EC%9E%90%EB%B0%94%EC%99%80%EC%8A%A4%ED%94%84%EB%A7%81%EC%97%90%EC%84%9C%EC%B0%BE%EC%95%84%EB%B3%B4%EB%8A%94%ED%8C%A8%ED%84%B4.md

 

GitHub - 3DPIT/3dpit.github.io: A minimal, responsive, and powerful Jekyll theme for presenting professional writing

A minimal, responsive, and powerful Jekyll theme for presenting professional writing - GitHub - 3DPIT/3dpit.github.io: A minimal, responsive, and powerful Jekyll theme for presenting professional w...

github.com

 

728x90
반응형

댓글