Re: BCEL or ASM (was Re: HEAD)

Simon Kitching <[email protected]> Tue, 11 Apr 2006 21:27:01 +1200
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
On Tue, 2006-04-11 at 09:46 +1000, Torsten Curdt wrote:
> Not much to add but this...
> 
> In some cases using ASM is not as straight forward to program as BCEL.
> (I always compare it with DOM vs SAX)

FYI, ASM has an optional layer which implements DOM-style access on top
of its core SAX-style library.

http://asm.objectweb.org/current/doc/javadoc/user/org/objectweb/asm/tree/package-summary.html

Regards,

Simon