From: <ad...@jb...> - 2005-04-28 17:16:54
|
Similarly, I actually want to simplify some of the urn:jboss:xml-deployer:bean configs with "use case" configs. They still produce BeanMetaDatas but the xml -> BeanMetaData is more hardwired (see the pojo server thread) | <beanfactory xmlns="urn:jboss:genericfactory" class="x.y.z"> | etc. | rather than the longwinded | <bean class="org.jboss.bean.plugins.GenericBeanFactory"> | <property name="Bean">x.y.z</property> | etc. | | or even something more simple like: | <queue xmlns="urn:jbossmq:queue" name="testQueue"/> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875816#3875816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875816 |