Add method tracing (params, result) to existing application w/o modifying it

Have you ever needed to learn what’s going on in a 3rd-party java application and yet didn’t want to debug it and step through it? Were you wishing to be able to see what methods get called in what order together with their actual parameters and return values? There is a "simple" solution: AspectWerkz. QuickContinue reading “Add method tracing (params, result) to existing application w/o modifying it”