eubnara / study

6 stars 2 forks source link

DI? Guice? #154

Open eubnara opened 5 years ago

eubnara commented 5 years ago

Guice: https://github.com/google/guice/wiki/Motivation

eubnara commented 5 years ago

DI pattern: http://w3sdesign.com/?gr=u01&ugr=struct#gf

eubnara commented 4 years ago

https://github.com/Netflix/zuul/blob/2.1/zuul-sample/src/main/groovy/com/netflix/zuul/sample/filters/inbound/SampleServiceFilter.groovy#L40-L42

Netflix zuul 코드를 보다가 어떻게 binding 없이 @Inject 가 동작한 것인지 이해하기 어려웠다. 추측은 가지만...

https://stackoverflow.com/questions/53090222/guice-what-is-the-equivalent-of-spring-autowired-in-guice

여기서 약간의 답을 얻은 듯 하다.

eubnara commented 4 years ago

http://www.nextree.co.kr/p11247/