I have this problems. i receive from a legacy system some information via websphere mq. The messages are formated in xml (sort of). I need to map de information in this menssages to pojos and i need to convert some pojos to xml messages.

I read about sax, castor, etc but i dont know what to use

Any idea ???

Ignacio