This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: The ObjectWeb Consortium has released ASM 3.0, "a Java bytecode manipulation framework.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
The ObjectWeb Consortium has released ASM 3.0, "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." Version 3.0 improves supports abstract and native methods, adds a new API for instruction lists in tree package, a new JSRInliner class, a CodeSizeEvaluator class, and adds several new methods to existing classes.