Injection
From APIDesign
(Difference between revisions)
Line 2: | Line 2: | ||
* [[LookupAndSpring]] - synergy between [[Spring]] and [[Lookup]] | * [[LookupAndSpring]] - synergy between [[Spring]] and [[Lookup]] | ||
- | * [[CodeInjection]] - not only objects can be injected. Inject | + | * [[CodeInjection]] - not only objects can be injected. Inject behavior! |
* [[Component Injection]] - configure your loosely coupled system | * [[Component Injection]] - configure your loosely coupled system | ||
+ | * [[Injected Singleton|Singleton Injection]] - don't be afraid of [[singleton]]s in your [[API]]! | ||
* [[Lookup]] - abstraction over ''Java Extension Mechanism'' | * [[Lookup]] - abstraction over ''Java Extension Mechanism'' |
Revision as of 05:00, 25 January 2010
Synergy between various injection technologies.
- LookupAndSpring - synergy between Spring and Lookup
- CodeInjection - not only objects can be injected. Inject behavior!
- Component Injection - configure your loosely coupled system
- Singleton Injection - don't be afraid of singletons in your API!
- Lookup - abstraction over Java Extension Mechanism