Context Dependency Injection – Are you doing it right?
8. Juli 2014 Keine Kommentare zu Context Dependency Injection – Are you doing it right?CDI specification allows Field, Property (aka setter) and constructor injection. Like many developers out there, I also habitually use field injection. I must admit I never gave enough thought about it. But recently I saw a bean with more than 10 injection points and started to ponder over Dependency Injection. The following blog post discusses…
Read more