Is there a way in the MetadataDrivenObjectModelFactory to
reuse element bindings?

e.g. In dtd terms I have something like:

  | <!ELEMENT property (#PCDATA | value-type)>
  | <!ELEMENT parameter (#PCDATA | value-type)>
  | 
  | <!ELEMENT value (#PCDATA)>
  | <!ELEMENT value-type (dependency | collecton | list | set | array | map )>
  | 
  | <!ELEMENT collection (value-type*, value*)>
  | etc.
  | 

But value and value-type are not real artificats in my javabean model
they represent the same property with the same semantics on different javabeans.

I can't see a way to define this type of reusable element binding
that can be mapped onto multiple element bindings?
I couldn't see how to do this?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870457#3870457

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870457


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to