PDA

View Full Version : AOP in Java patching


SHaG
04-27-2006, 10:43 AM
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
04-29-2006, 05:07 PM
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...