| Subject: | Byte Code Enhancement vs. Class Mutilation | |
| Date: | 2002-12-10 13:36:53 | |
| From: | anonymous2 | |
|
I had the same concerns when I looked at byte code enhancement via JDO for the first time. Then I educated myself.
|
||
Showing messages 1 through 2 of 2.
-
Byte Code Enhancement vs. Class Mutilation
2002-12-10 17:15:09 anonymous2 [View]
Byte code enhancement, class mutliation, source code enhancement --- it all sounds like a hack job to me. A technically pure JDO implementation would not make any requirements regarding source code changes or class file changes. However, you are right, the benefits do outweigh the hack.
-
Byte Code Enhancement vs. Class Mutilation
2003-06-14 15:47:38 anonymous2 [View]
Bytecode enhancement (manipulation)
Open source libraries
Jakarta Byte Code Engineering Library
http://jakarta.apache.org/bcel/
JBoss Javassist
http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/projects/javassist
http://asm.objectweb.org/
http://serp.sourceforge.net/


