XML DOM as value object

I'm thinking of using DOM as my value objects. There are however serious serialization problems with this approach. This can be coped with by using JDOM, but I'm not that willing to step away from JAXP, and polluting my code with org.jdom.Document instead of org.w3c.dom.Document.

Any thoughts on the subject?

Kind Regards,

Rune Bj鴕nstad.

[365 byte] By [brylexa] at [2007-9-28 1:59:23]
# 1
What do you think of the petstore's example code of the serializing and deserializing of XML?
DanHinojosaa at 2007-7-7 21:32:15 > top of Java-index,Other Topics,Patterns & OO Design...