posted 14 years ago
Using Spring 3.x, Hibernate 3.x and MySQL, I need to create an XML formatted response to send from Server to Client and be able to decode an XML formatted request coming in to the Server from the client.
I want to use @XmlRootElement, @XMLElement, JAXB marshalling and unmarshalling to do this. Can someone point me to a sample project that I can use as a template to see how this is done?
Looking forward to any info.
Many Thanks...Mimi