[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: BeanFactory and IoC annotations support
adrian@jboss.org
do-not-reply at jboss.com
Tue Mar 25 10:36:01 EDT 2008
Related classes (see the JIRA issue)
http://jira.jboss.com/jira/browse/JBMICROCONT-22.
i.e. When I deploy my factory or some other container,
I also want the dependencies on a given class resolved before the factory is deployed.
| <bean name="MainClass" class="com.acme.Main">
| <related>com.acme.Related</related>
| </bean>
|
This was initially raised for AOP where we need to know that com.acme.Main
instantiates a com.acme.Related programmatically and that Related has aspects
whose dependencies need to be satisifed before we deploy/invoke on Main.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138732#4138732
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138732
More information about the jboss-dev-forums
mailing list