justin cater
Posts: 19616
Nickname: justin78
Registered: Mar, 2011
|
Justin Cater is executive editor at Java Code Geeks
|
|
|
|
Practical Introduction into Code Injection with AspectJ, Javassist, and Java Proxy
|
Posted: Sep 21, 2011 7:17 AM
|
|
The ability to inject pieces of code into compiled classes and methods, either statically or at runtime, may be of immense help. This applies especially to troubleshooting problems in third-party...


Read: Practical Introduction into Code Injection with AspectJ, Javassist, and Java Proxy
|
|