Home  AboutBlog  Articles

Topics

Dependency Injection

Rust에서 Dependency Injection
July 12, 2022 · 6 min read

Rust에서 Dependency Injection의 4가지(동적 디스패치, 정적 디스패치, Shaku, Cake Pattern) 구현 방법에 대해 정리

mimul
by mimulin Rust,Dependency Injection
DI(의존성 주입)가 필요한 이유와 Spring에서 Field Injection보다 Constructor Injection이 권장되는 이유
November 15, 2017 · 6 min read

Spring에서 의존성 주입이 필요한 이유와 Constructor Injection이 권장되는 이유에 대해 상세히 기술.

mimul
by mimulin Spring,Dependency Injection

© 2019 | Mimul. All Rights Reserved