Injection
From APIDesign
(Difference between revisions)
(2 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
Synergy between various [[injection]] technologies. | Synergy between various [[injection]] technologies. | ||
- | * [[ | + | * [[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'' | ||
+ | * [[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