[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Getting class type matching beans from KernelController

adrian@jboss.org do-not-reply at jboss.com
Fri Aug 11 11:20:49 EDT 2006


The code should be similar to demand/supply

You need to maintain a cross reference map in the controller
from the InstallAction.


  | Map<Class, Object> beansByClass;
  | 

Then you need to augment the injection dependency
to resolve against this map (when no name is given).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964650#3964650

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964650



More information about the jboss-dev-forums mailing list