|
From: Oliver H. <Oli...@ou...> - 2004-04-05 22:39:00
|
Rod, For interfaces I see how you would do it but how would it be done for abstract classes?=20 The only way I can see is to extract an interface which has all the abstract methods and then introduce it to the original abstract class but I'd still have to fall back to CGLIB to generate the interface... Not the most elegant solution but I guess it would work.=20 Thanks, Oliver -----Original Message----- From: rod...@in... [mailto:rod...@in...]=20 Sent: Monday, 5 April 2004 6:21 PM To: spr...@li... Subject: Re: [Springframework-developer] Automagic creation of concrete class from interface/abstract classes Oliver Introductions in Spring AOP should work fine for this. I=20 don't there's any need to use CGLIB independently.=20 Introductions in Spring work with dynamic proxies also. Regards, Rod ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |