Component Injection
From APIDesign
(Difference between revisions)
(New page: A generalization of injection of dependencies to cover also other forms of injection. Thoroughly discussed in Chapter 7...) |
|||
Line 1: | Line 1: | ||
- | A generalization of [[wikipedia::Dependency_injection|injection of dependencies]] to cover also other forms of [[injection]]. Thoroughly discussed in [[Use Modular Architecture|Chapter 7]], Use Modular Architecture. | + | A generalization of [[wikipedia::Dependency_injection|injection of dependencies]] to cover also other forms of [[injection]]. Thoroughly discussed in [[Use Modular Architecture|Chapter 7]], Use Modular Architecture. One of the possible strategies includes use of [[Lookup]]. |
Revision as of 20:47, 20 April 2009
A generalization of injection of dependencies to cover also other forms of injection. Thoroughly discussed in Chapter 7, Use Modular Architecture. One of the possible strategies includes use of Lookup.