[aspectwerkz-dev] ASM commons

Eugene Kuleshov <eu-E/[email protected]> Mon, 20 Dec 2004 14:52:32 -0500
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
Folks,

   Sorry for the cross posting, but I'd like to make a formal proposal 
for coordinated efford to generalize some of the common bytecode 
transformations with ASM.

   It has been identified that Spring, AspectWerkz, CGLIB and DynAop 
(indirectly trough CGLIB) projects have needs for "class proxy" bytecode 
transformation. So, it seems makes sense to implement something common 
and generic enoigh to be used across all projects.

   Thank you.

   Eugene


BRUNETON Eric RD-MAPS-GRE wrote:

[skipped]
> ... This could be an opportunity to start a new asm.adapters package
> containing commonly used adapters (the starting point could be a review
> of existing ASM adapters in CGLIB, AspectWerkz, ... to see if some
> abstract or even concrete transformers can be shared - after a
> generalization step, to make them customizable and reusable). This could
> be a common effort of the ASM community.
> 
> Eric