Results 1 to 3 of 3

Thread: Any secuirty

  1. #1
    Join Date
    Oct 2004
    Posts
    29

    Default 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!

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    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
  •