XML view « Web « Spring Q&A





1. Content negotiation view problem regarding XML using xstream    forum.springsource.org

Content negotiation view problem regarding XML using xstream Hello all, I have also a content negotiation view problem regarding XML using xstream. I am using ROO 1.1.1. My ROO file as ...

2. Xml file view    forum.springsource.org

Xml file view I started using Spring Roo. Since i've been using Spring Core couple of years ago. But i am tottaly new to Spring MVC. So I came up with ...

3. XML view    forum.springsource.org

XML view In my app, I need to return an XML document to the client. The way I am doing it now is the following in my controller. Code: ... response.setContentType("text/xml"); ...

4. Creating a view that returns the original XML    forum.springsource.org

Creating a view that returns the original XML Hi all I have an app that accepts a http request and returns an xml document. I have a controller that is a ...

5. Handle the view with XML/XSLT transformation instead of jsp    forum.springsource.org

Hi, I need to generate the htlm with an XSL transformation instead of using a jsp. What is the right way to do that ? My first thought is to write ...

6. Problem with content-type in custom XML view    forum.springsource.org

Problem with content-type in custom XML view Hi All, I'm using Spring MVC and trying to create a view which generates an XML output of an object. I currently have a ...