Where exactly did you make this change?
Type: Posts; User: flyte; Keyword(s):
Where exactly did you make this change?
If you just want to see the @RequestMappings, enable the Spring Explorer view in Eclipse/STS and you've got it. I am not sure of a tool to use to generate a javadoc or somethig
Anyone have any thoughts on this?
Hi All.
In my search for how to integrate Google protocol buffer support within spring, I came across a Spring JIRA issue: (along with many related issues) that had code attached/submitted with...
Not if you're following a true REST interface.
Why not?
You decide how your controller will react. Obtain the query parameters, fetch the appropriate data (subset), stuff it in the model and you're done.
I have a problem that when creating a template MVC project, if I create another project in my workspace that the MVC project needs as a dependancy, it fails to resolve.
I have added the other...
Then also check the "Java" entry.
I guess I'm also wondering how can I get jibx to work with this for multiple bindings?
Well I tried again with XStream instead, and since I annotate multiple objects with the @XtreamAlias annotation, my single MarshallerView can successfully return different objects.
But now I find...
What did you end up using? How did you resolve this? Did you attempt to return specific views using the ContentNegotiatingViewResolver?
Hi All.
I have successfully set up the ContentNegotiatingViewResolver in my RESTful MVC application - I can set the Accept header of my incoming request and the proper view gets resolved,...