[jboss-dev-forums] [Design of POJO Server] - Re: Unifying metadata
wolfc
do-not-reply at jboss.com
Fri Sep 21 04:08:36 EDT 2007
I don't like all the merge logic in the binding classes. Can't we have a separate class hierarchy for that?
Then it would become: new MergedJBossMetaData(ejbJarMetaData, jbossMetaData);
And standardjboss.xml: new MergedJBossMetaData(standardJbossMetaData, new MergedJBossMetaData(ejbJarMetaData, jbossMetaData));
(it still needs some polishing)
And no more the need to ask for merged beans or stuff.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087084#4087084
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087084
More information about the jboss-dev-forums
mailing list