-
Jun 16th, 2009, 11:42 PM
#1
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
-
Jun 17th, 2009, 03:01 AM
#2
oh thanks I get one of the solution using acegi security ...
anyone eve implement that ...
please tell me thankx
-
Jun 29th, 2009, 12:57 AM
#3
> 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
-
Aug 24th, 2009, 05:03 PM
#4
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
-
Forum Rules