marshall « MVC Controller « Spring Q&A





1. 415 error while unmarshalling xml in controller    forum.springsource.org

415 error while unmarshalling xml in controller Hi, I have a project where xsd are given. I use the xjc compiler to generate the Java classes. And then I annotate the ...

2. How to modify Controller for XML Unmarshalling    forum.springsource.org

How to modify Controller for XML Unmarshalling Hi, i have a problem and need help. I have an Restful-webapp that managed Schedules. At this time i can add,edit and delete Entries ...

3. O/X Marshalling/Unmarshalling in the Controller tier    forum.springsource.org

Hi, I am currently using the MarshallingView to marshal my model object into XML. I accomplish this by defining Code: However, in sticking with ...