Injection
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
Synergy between various [[injection]] technologies. | Synergy between various [[injection]] technologies. | ||
- | * [ | + | * [[SpringAndLookup]] - synergy between [[Spring]] and [[Lookup]] |
* [[CodeInjection]] - not only objects can be injected. Inject behaviour! | * [[CodeInjection]] - not only objects can be injected. Inject behaviour! | ||
* [[Component Injection]] - configure your loosely coupled system | * [[Component Injection]] - configure your loosely coupled system | ||
- | * [[Lookup]] | + | * [[Lookup]] - abstraction over ''Java Extension Mechanism'' |
Revision as of 19:53, 27 April 2009
Synergy between various injection technologies.
- SpringAndLookup - synergy between Spring and Lookup
- CodeInjection - not only objects can be injected. Inject behaviour!
- Component Injection - configure your loosely coupled system
- Lookup - abstraction over Java Extension Mechanism