Apache Tapestry has a library called Plastic that serves the same purpose and is also built on top of ASM. Plastic helps Tapestry handle a lot of the boilerplate and ceremony with common Java patterns (decorators, chains, handler pipelines, etc), and can be used as an independent library.
No comments yet.