Dependency Injection
From APIDesign
(Difference between revisions)
(New page: A special form of component injection following the rule where the framework calls, and beans just react to such calls. See wikipedia::component injection.) |
|||
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::depenency injection]]. |
Revision as of 19:56, 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::depenency injection.