[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-1841 - ServiceController/Microcontainer integration
adrian@jboss.org
do-not-reply at jboss.com
Thu Aug 10 16:07:57 EDT 2006
I forget to mention that the POJO/JMX sides can now do dependencies
on each other (which was the whole point of writing this thing in
the first place :-)
JMX injected into POJO
| <bean>
| <property name="Blah"><inject bean="test:type=MBean"/></property>
|
POJO injected into JMX
| <mbean>
| <attribute name="Blah"><inject bean="POJO"/></property>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964469#3964469
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964469
More information about the jboss-dev-forums
mailing list