PDA

View Full Version : Applying logging and enforcing security via Spring.AOP


nokiola
07-31-2006, 01:33 PM
Hello,

Could someone show some plain C# example on how to use logging or check security via Spring AOP features?

Regards and thanks,
Robert

Bruno Baia
08-07-2006, 10:22 AM
Hi Robert,

We are using some aspects in our samples mainly for service layer :
- Simple logging advices in the AopQuickstart and Calculator sample.
- The spring.NET built-in cache advice in SpringAir sample.
- A security advice using WSE's UsernameToken for web services.

Hope this help,
Bruno

nokiola
08-07-2006, 06:35 PM
I got it... thanks for advice.

Regards,
Robert