4

I just made a web service with spring 3 using MVC annotations (@Controller, @RequestMapping) and now I'm looking for a way to secure it. Does someone know how to do it?

Thanks,

nobody
  • 19,814
  • 17
  • 56
  • 77
ajeanson
  • 2,580
  • 4
  • 19
  • 17

1 Answers1

3

I recommend this video to learn about Spring-Security. Ben Alex is the founder, so well qualified to teach it.

Disclaimer: while Spring-Security will provide some authentication and access control, it won't guarantee your system is secure!

John
  • 6,701
  • 3
  • 34
  • 56