Search:

Type: Posts; User: Rajesh Chemmery; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    333

    Receiving POST Request on Server

    I am using spring rest based application. Currently i have requirement to accept content-type of application/x-www-form-urlencoded","application/json" mapped to the same uri. But its failing with...
  2. Need to convert json request to Excel

    I am having requrirment to convert the the input json to an excel.

    Please find the configuration

    <bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
    ...
  3. Replies
    1
    Views
    593

    JSR Validation

    Hi,

    We are implementing JSR validation using

    <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>com.springsource.org.hibernate.validator</artifactId>
    ...
  4. Controller Method annotated with @RequestMapping not working on final methods

    I am using @RequestMapping annotation at method level in my controller class. I was getting an exception when i marked the method as final. Can someone point me to the documentation for this...
  5. Any solutions for using @Valid with @RequestBody

    can anyone help me how to use @valid with @RequestBody. is any solution for this?
  6. Thanks for your response. I am trying to...

    Thanks for your response.

    I am trying to implement validation for my web application like described in section 5.7.4 of the Spring 3.0 documentation, But it dosent worked.

    As...
  7. Plz help ..how to use setValidator(..) with WebDataBinder

    Can anyone tell me in which version of WebDataBinder class is having this API(setValidator). I am getting error in eclipse, this method is undefined for type WebDataBinder.
    Please find the code...
Results 1 to 7 of 7