Search:

Type: Posts; User: flyte; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,807

    Where exactly did you make this change?

    Where exactly did you make this change?
  2. Replies
    2
    Views
    747

    If you just want to see the @RequestMappings,...

    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
  3. Anyone have any thoughts on this?

    Anyone have any thoughts on this?
  4. Integrating existing JIRA submitted code to enable Google Protocol Buffer support.

    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...
  5. Replies
    11
    Views
    15,058

    Not if you're following a true REST interface.

    Not if you're following a true REST interface.
  6. Replies
    1
    Views
    485

    Why not? You decide how your controller will...

    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.
  7. Replies
    6
    Views
    2,771

    I have a problem that when creating a template...

    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...
  8. Then also check the "Java" entry.

    Then also check the "Java" entry.
  9. I guess I'm also wondering how can I get jibx to...

    I guess I'm also wondering how can I get jibx to work with this for multiple bindings?
  10. Well I tried again with XStream instead, and...

    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...
  11. What did you end up using? How did you resolve...

    What did you end up using? How did you resolve this? Did you attempt to return specific views using the ContentNegotiatingViewResolver?
  12. ContentNegotiatingViewResolver and MarshallingView

    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,...
Results 1 to 12 of 12