development/libraries/java

asm2 - Code manipulation tool to implement adaptable systems

Website: http://asm.objectweb.org/
License: BSD
Vendor: JPackage Project
Description:
ASM is a Java bytecode manipulation framework. It can be
used to dynamically generate stub classes or other proxy
classes, directly in binary form, or to dynamically modify
classes at load time, i.e., just before they are loaded into
the Java Virtual Machine.
ASM offers similar functionalities as BCEL or SERP, but is
much smaller (33KB instead of 350KB for BCEL and 150KB for
SERP) and faster than these tools (the overhead of a load
time class transformation is of the order of 60% with ASM,
700% or more with BCEL, and 1100% or more with SERP). Indeed
ASM was designed to be used in a dynamic way* and was
therefore designed and implemented to be as small and
as fast as possible.
(* ASM can of course be used in a static way too.)

Packages

asm2-2.2.3-8.jpp6.noarch [325 KiB] Changelog by Ralph Apel (2011-01-19):
- build for JPackage 6
asm2-2.2.3-8.jpp6.src [1.5 MiB] Changelog by Ralph Apel (2011-01-19):
- build for JPackage 6

Listing created by Repoview-0.6.6-5.mga4.tainted