Spring Security with roles and permissions
I'm trying to set up role-based Security with permissions. I'm trying to do this together with Spring-Security.
I don't want to set up ACL as it seems it's an overkill for my requirements.
I just want to have simple permissions and roles as described in this article. Unfortunately the article does not describe how to implement the given solution.
Has someone already tried this and can point me in the right direction? Maybe there is another blog entry that describes the implementation?
Thank you very much.