I am using jaxb to transfer data to and from XML.
There are other parts of the system which need to know the data but are not
particularly interested in the XML side of things.
Are the classes created by jaxb reasonably efficient for general use? For
example, would it be sensible to send one of these objects over JMS, or
would that be very inefficient?
Dom
There are other parts of the system which need to know the data but are not
particularly interested in the XML side of things.
Are the classes created by jaxb reasonably efficient for general use? For
example, would it be sensible to send one of these objects over JMS, or
would that be very inefficient?
Dom