Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    125

    Json in controller parameters

    I want to have parameters in controllers declared as follows:
    ... method(@JsonIn Bean d, @JsonIn Bean d2, String s)
    or
    ... method(@JsonIn @RequestParam("d") Bean d, @JsonIn @RequestParam("d2")...
  2. I don't understand what do you mean

    I don't understand what do you mean
  3. Problem resolved by aspect import...

    Problem resolved by aspect



    import org.aspectj.lang.ProceedingJoinPoint;
    import org.aspectj.lang.annotation.Around;
    import org.aspectj.lang.annotation.Aspect;
    import...
  4. passing an array of integers as a paramter to controller

    Hello. I have big project on spring 3.0.2 and want upgrade to spring 3.1.3. But there is little problem.


    @Controller
    public class IndexController{
    @RequestMapping("index7")
    public...
Results 1 to 4 of 4