Injection
From APIDesign
(Difference between revisions)
Line 6: | Line 6: | ||
* [[Injected Singleton|Singleton Injection]] - don't be afraid of [[singleton]]s in your [[API]]! | * [[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'' | ||
+ | * [[JerseyInjection]] - based on HK2 |
Current revision
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
- JerseyInjection - based on HK2