Bens Stuff

Thursday, May 13, 2004

AOP profiling

Performance Analysis of J2EE Applications Using AOP Techniques

I have been thinking about using AOP to add some stuff to my portal project. One of the ideas I and my boss have had for quite a while is allowing admins to emulate a customer for troubleshooting purposes. However I need a way to provide an audit trail for security purposes. Using AOP, I could add aspects to write a log message for each of my command procedures only if an admin is using it on behalf of a customer. Or I could keep it on always to provide an audit trail for everyone. Of course our server admins would need to keep that log file trimmed, or add additional diskspace to the server.

0 Comments:

Post a Comment

<< Home