|
Aspectj works as part of compiling your source, and I agree that this is probably a great thing to use if it is suitable for your development habits.
The agent approach allows you to instrument classes without any recompilation and redeployment.
This provide another way to investigate issues with code where you do not have the source or where redeployment is out of the question. You may not have access to a debugger, even. Has happened to me. |