There's been talk about replacing CGLIB with Janino. I use Janino a
lot and it's a very nice tool. However, Janino is IMO not fit to
replace CGLIB in Spring. Classes generated by Janino cannot be
de-serialized in another VM because the generated classes can probably
not be loaded.
On Wed, 19 Jan 2005 00:17:32 +0000, Rob Harrop <ro...@ca...> wrote:
> Cool, once we get 1.1.4 out of the way I'll try that out..
>
> Rob
>
> Chris Nokleberg wrote:
>
> >Rob Harrop wrote:
> >
> >
> >>There are a couple of issues outstanding
> >>related to the CGLIB proxying, one which requires an update from CGLIB
> >>(which I think they are working on)
> >>
> >>
> >
> >Rob,
> >
> >I added this method to Enhancer a couple weeks ago:
> > e.setInterceptDuringConstruction(false);
> >
> >I think it is what you need. Only in CGLIB CVS for now, but I imagine we'll
> >do a 2.1 release before too long (some feedback would be nice first).
> >
> >Chris
> >
> >
> >
> >
> >-------------------------------------------------------
> >The SF.Net email is sponsored by: Beat the post-holiday blues
> >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> >_______________________________________________
> >Springframework-developer mailing list
> >Spr...@li...
> >https://lists.sourceforge.net/lists/listinfo/springframework-developer
> >
> >
> >
> >
>
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
|