Injection
From APIDesign
(Difference between revisions)
(New page: Synergy between various injection technologies. * Lookup and Spring framework: http://wiki.netbeans.org/view/SpringAndNetBeans * TBD) |
|||
(6 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 behavior! | |
- | * | + | * [[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'' | ||
+ | * [[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