Results 1 to 4 of 4

Thread: Security(login and access leveling)

  1. #1
    Join Date
    Jun 2009
    Location
    Indonesia
    Posts
    2

    Cool Security(login and access leveling)

    I trying to build a dekstop application(client-server) using SPRING RCP...what the best way to manage access leveling?

    But the database will take in a server, so I muss access the database using web services or the other way maybe.

    For example user xxx can access some forms only or some pages only.



    I'm a newbye in spring rcp.

    Thanks for helping me

  2. #2
    Join Date
    Jun 2009
    Location
    Indonesia
    Posts
    2

    Talking

    oh thanks I get one of the solution using acegi security ...

    anyone eve implement that ...

    please tell me thankx

  3. #3
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    67

    Default

    > But the database will take in a server, so I muss access the database using web services or the other way maybe.

    Oh, this is a good and easy question.
    But the answer is a bit complicated so I will reference some resources:

    1. either you can do database access over http via hibernate and implement your own communication via HttpInvokerService or via Hessian
    2. or you can use a ready solution from cayenne

  4. #4
    Join Date
    Oct 2008
    Posts
    136

    Default

    Do you mean how do you use Spring Security to access a server?

    Or do you mean how do you use SS to control aspects of the client app, such as whether a menu/button/field is enabled, or whether a user can even see certain data or options?

    Or both?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •