From: <ad...@jb...> - 2005-05-10 20:38:01
|
The issue is the verbosity, not just the parsing. Perhaps I could support both types of map descriptions? With the short form probably being used the most often? | <entry key="AKEY">AVALUE</entry> | Essentially, all I'm doing is creating a temporary "entry" | entry.key = new StringValueMetaData("AKEY"); | entry.value = new StringValueMetaData("AVALUE"); | which is then used at the end of element to do | mapMetadata.put(entry.key, entry.value) | I'm not sure how this would tranlate to schema annotations? I'll wait to see what Alex says, before doing any more on this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877253#3877253 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877253 |