Effective Java in Depth -- Item 5: Prefer dependency injection to hardwiring resources
In this tutorial on effective java, I discuss item 5 which is about how and when classes should manage resources (other object references). For more reading material on dependency injection see: en.wikipedia.org/wiki/Dependency_injection
コメント