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.

