Washington, Tim wrote:

1) I want all generated classes and interfaces to be put into separate
.java files? Is this possible with JAXB(JAXMe).

No. But what good does that for you? The main purpose of generating classes is that you should not care for details like that?


2) I would like to have adders, finders, removers for child elements of
a given node. Is this possible with the JAXB architecture? If so, does
JAXMe implement that functionality?

No. Seems quite like you are actually looking for DOM, aren't you? The main purpose of Java/XML binding is using specific methods like setFoo() or getFoo(). It may be, that Jaxen or a similar tool does help you up to a certain point.


Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to