How to cascade dependency resolution w/ CDI (WELD)

Posted by mP on Stack Overflow See other posts from Stack Overflow or by mP
Published on 2010-06-15T01:56:06Z Indexed on 2010/06/15 2:02 UTC
Read the original article Hit count: 405

Filed under:
|
|

I would like to have a central weld container that holds all my services and so on. This container would however be wrapped by a second container which contains local settings. THe goal is if a depdendency cannot be found in the outter container then i would like to then search the inner container.

How can i achieve this ? I would prefer to do things in a standlike manner, without reverting to use of non standard WELD extensions.

© Stack Overflow or respective owner

Related posts about cdi

Related posts about weld