DynamicBytecodeInstrumentation
Last edit February 9, 2009
Dynamic Bytecode Instrumentation = runtime rewriting of Java byte code in a running process. This is a technology that changes the code being called within a process without using
ClassLoaders
.
See:
http://www.ddj.com/architect/184406433
CategoryJava