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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
