Posts Tagged ‘Dependency Injection

Shows how to proper use xml namespaces with CDI / Weld

CDI/Weld manual lookup

21, Apr 2010

This post describes how to manually lookup beans in a CDI / Weld managed environment when you are somewhere where a simple @Inject does not work because the object itself is not managed by CDI / Weld.


top