Posts Tagged ‘CDI

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.

Andy Gibson has blogged about how to use Context & Dependency Injection ( CDI, the @Inject annotation ) with JSF 2. Also take a look at the comments, there is some useful info there too!


top