-
Oct 4th, 2004, 02:13 PM
#1
Any secuirty
I am new to Spring framework, but I am thinking about using it to build
a web application. One of the requirements for the application is that
users are put into different groups and each group (eg. scheduling and
accounting) has access only to an authorized area in the application.
Does Spring already have a mechanism or an elegant solution
for addressing my question?
Thanks a lot!
-
Oct 4th, 2004, 07:39 PM
#2
-
Oct 8th, 2004, 03:53 PM
#3
Yes Spring has an elegant solution. If you want to implement it yourself look at this thread:
http://forum.springframework.org/showthread.php?t=10744
The elegance comes from using Spring's AOP to apply the checks.
Last edited by robyn; May 14th, 2006 at 10:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules