» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with bytecode + AOP

Javassist

Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it.

opensource: del.icio.us tag/opensource

Javassist

Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other s

opensource: del.icio.us tag/opensource

Code Generation Library - Code Generation Library

(also can be used to treat jvm as intermediate platform)

opensource: del.icio.us tag/opensource

JBoss.com - Javassist

Javassist (Java programming assistant) is a load-time reflective system for Java. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file before the JVM loads it. Unlike oth

JBoss: del.icio.us tag/jboss

BCEL

The Byte Code Engineering Library (BCEL) makes it easy to parse and modify low level Java structures in the .class files. This can be useful for doing instrumentation, debugging, altering classes on the fly, or if you just want to learn about the java bytecode.