ASM

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Introduction to the ASM 2.0 Bytecode Framework by Eugene Kuleshov   - [Clicks: 58]
    Eugene Kuleshov introduces the changes made in version 2.0 of the ASM bytecode manipulation framework, looks at its annotations and generics support, and offers an example of finding the dependencies in an arbitrary .jar file.
    http://www.onjava.com/pub/a/onjava/2005/08/17/asm3.html - Aug, 2005
  • Classworking toolkit: Annotations with ASM by Dennis M. Sosnoski   - [Clicks: 50]
    Are you tired of building and maintaining toString() methods for all your data classes? In this edition of Classworking toolkit, consultant Dennis Sosnoski shows how you can automate the process using J2SE 5.0 annotations and the ASM bytecode manipulation framework. He takes advantage of the new J2SE 5.0 instrumentation API to invoke ASM as classes are loaded into the JVM, providing on-the-fly class modification at run time.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-cwt06075/ - Jun, 2005
  • Classworking toolkit: ASM classworking by Dennis M. Sosnoski   - [Clicks: 93]
    In this edition of Classworking toolkit, consultant Dennis Sosnoski compares the ASM bytecode manipulation framework to the Byte Code Engineering Library (BCEL) and Javassist frameworks he previously discussed in his Java programming dynamics series. ASM claims to be small and fast -- but how does it match up with the other frameworks? Dennis uses an example from his earlier series to evaluate both usability and performance.
    [Includes source code]
    http://www-128.ibm.com/developerworks/library/j-cwt05125/ - May, 2005

[Top]