Dependency Injection
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | A special form of component [[injection]] following the rule where the framework calls, and beans just react to such calls. See [[wikipedia:: | + | A special form of component [[injection]] following the rule where the framework calls, and beans just react to such calls. See [[wikipedia::dependency injection]]. |
Revision as of 19:57, 27 April 2009
A special form of component injection following the rule where the framework calls, and beans just react to such calls. See wikipedia::dependency injection.