nikgoodley-ibboost / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

Use AspectJ as a way of "codegen" for stubbing #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
No time to detail my thoughts here, but something to think about.

Original issue reported on code.google.com by kandpwel...@gmail.com on 13 Dec 2011 at 7:25

GoogleCodeExporter commented 9 years ago
I  was thinking about this as well, though I would recommend Spring AOP.

Original comment by codeto...@gmail.com on 13 Dec 2011 at 10:55

GoogleCodeExporter commented 9 years ago
Spring AOP just uses CGlib *or* AspectJ underneath, so it seems moot to me.  I 
am not sure what AspectJ uses under the covers either.  If it just uses CGLib 
and/or ASM, then it would seem silly to do this.

I haven't quite figured out how I would use AspectJ consistently with the 
strategies we have defined so far.  So this is still a very *low* priority. 
Especially since I have no idea if many folks use AspectJ for anything other 
than Spring-AOP, in which case they probably have CGLib already anyway.

Original comment by kandpwel...@gmail.com on 13 Dec 2011 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 16 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 16 Dec 2011 at 6:08

GoogleCodeExporter commented 9 years ago
Even without deep technical evaluation, it appears that using AOP is probably 
unhelpful, in addition to my earlier comments in this thread.  So I'm closing 
this one down.

Original comment by kandpwel...@gmail.com on 16 Jul 2012 at 2:42