Does someone know how to add xsl using spring mvc? I haven't been able to work out how to do this yet......
Type: Posts; User: jonathanW; Keyword(s):
Does someone know how to add xsl using spring mvc? I haven't been able to work out how to do this yet......
I've been looking around some more and RestEasy seems to have something spring should have, although this isn't ideal either, as it means modifying my autogenerated jaxb objects every time after they...
Thanks for the answer Julian. Unfortunately it's not really going to be enough for me.
I'd like to add this stylesheet to the top of some of my spring REST responses. Any way of doing this? Obviously if I get a writer and do it in the controller method then return the JAXB2 generated...
ok - I've fixed the first issue by reading other posts on the net and trial and error.
commenting out the mvc:annotation driven does then allow me to override the jacksonObjectMapper with the...
Hi
Using Spring REST and JaxB and Jackson works really well thanks. There are a couple of things I'd like to alter for my application though. I want to change the json output from my Spring REST...