There has been some look into jaxb and it has been found wanting on its ability to merge from multiple sources into an object model. What does the xmlbeans provide in this regard?
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx Ricardo Arg�ello wrote:
Why not use JAXB, or BEA's XMLBeans?
Since in J2EE 1.4 deployment descriptors are specified in XML Schema, it should be very easy to get an object model from that, using any XML/Java binding tool.
I would be interested in collaborating to code that.
Ricardo Arg�ello
Alexey Loubyansky wrote:
What are our plans for metadata? I remember various discussions but can we revisit it again? What are the requirements and wishes?
I am facing it right now. I would like to have, say, entity metadata from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place. So, I wrote a very simple frame that reads xml files and constructs the metadata tree. Actually, the metadata tree is built while reading ejb-jar.xml and then populated with other data from jboss.xml and jbosscmp-jdbc.xml.
But I would like to use something common, i.e. server-wide solution if we are going to agree on it.
------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
