views:

362

answers:

1

Hi all,

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,

+1  A: 

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
Thank you for this link, very interesting !
ajeanson