RequestBody « MVC Controller « Spring Q&A





1. Modify @RequestBody object in Controller From Filter    stackoverflow.com

I want to modify an object that has already been populated with JacksonMapper and add the IP and Referrer URL to it automatically, but the request is always null because it ...

2. Spring 3 MVC - using domain objects as @RequestBody    stackoverflow.com

I am thinking of using domain object as @RequestBody. My domain objects are immutable objects and so they do not have any setter methods. Its a application/json request and I am ...

3. JUNIT + Spring MVC Controller with @RequestBody    forum.springsource.org

JUNIT + Spring MVC Controller with @RequestBody Hi Friends, I am new to Spring MVC Controller and doing Junit testing for Spring MVC controller with arguments like @RequestBody. Here is my ...