I've only personally played around with JDK proxies, ASM and CGLIB
(so no ideas about the other ones). Personally I would advocate using
any API that simplifies the code and has good documentation. For
example, last time I checked CGLIB had horrible (practically
nonexistent) documentation and ASM wasn't the easiest thing in the world
to use (though the documentation was a lot better). If Apache Commons
Proxy improves on both fronts (usability, documentation) it would be
worth using in my view. I'm not sure whether it does though or how well
it is maintained.
Gili
[EMAIL PROTECTED] wrote:
> On Oct 16, 10:42 pm, "James Carman" <[EMAIL PROTECTED]> wrote:
>
>> Would the Google Guice project be interested in using Apache Commons
>> Proxy (http://commons.apache.org/proxy/)? ACP basically allows you to
>> create dynamic proxy objects using a standardized API without worrying
>> about the underlying dynamic class library specifics. Right now, it
>> includes support for JDK proxies, Javassist, and CGLIB (no ASM yet,
>> but I imagine it could be done).
>>
>
> Honest question: how would this make our code better?
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---