|
From: James C. <jim...@do...> - 2004-07-16 12:33:12
|
I'm not against a choice in AOP, but what do you mean by: > I don't like Spring AOP, I think it's not transparent enough > to client code and it seems always interface/impl combo. Spring allows you to advise classes (using CGLIB) and interfaces (DP). Also, what are you referring to when you say it's "not transparent enough."? |