Log in

View Full Version : AOP in Java patching


SHaG
April 27th, 2006, 09:43
Hey all,
Just wanted to check if any of you have considered the possibilities of
using AOP (hxxp://www.eclipse.org/aspectj/) for patching Java-based applications? Instead of all the tedious decompiling and recompiling or clumsy byte-code patching you can just replace a methiod (or any element) at runtime.
What do you thing?

dELTA
April 29th, 2006, 16:07
Sounds cool, do you have any more detailed references to this exact feature? Their website was too messy to survive my 10 second attention span...