Paul Benedict wrote:
Spring can give you method-level security if you're interested in it.

http://acegisecurity.org/

It will use AOP to proxy your classes and make sure any thread has the proper 
credentials to
access your code.

And that's how to re-invent the wheel in chrome ;-) Seriously, Paul's right, this is a great application of AOP. Acegi's strength here is that it has a lot more power and flexibility than Java's built-in security model.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to