Currently I am using Castor framework to marshall the object into xml file it work greats Writer writer = new FileWriter(\"D:/out.xml\"开发者_运维技巧);
In J开发者_如何转开发ava for XML marshalling/unmarshalling one can use JAXB, JIBX, CASTOR, ADB etc.
I\'m new to Castor and data binding in general. I\'m working on an application that, in part, needs to take data off of a socket and unmarshall the data to make POJOs. Now, I\'ve got the socket stuff