[jboss-dev-forums] [JBoss Microcontainer Development] - Re: Supporting qualifiers in MC

alesj do-not-reply at jboss.com
Thu Dec 10 02:49:06 EST 2009


On a related note, can you think about how "OSGi like properties" could 
be used together with your existing qualifiers to limit the injection lookup.

e.g. we register OSGi service with property a=b, then at injection point we would also apply this filter

  | <inject filter="(a=b)"/>
  | 
  | <inject>
  |     <qualifier type="filter">(a=b)</qualifier>
  | </inject>
  | 
Or something like that ... 

What I'm interested in is to make this play nicely with qualifiers,
so we don't do duplicate work.


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

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



More information about the jboss-dev-forums mailing list