Anyone use a language that supports AOP?
Posted: Mon Apr 03, 2006 5:28 am
So, I started reading through some documentation about eclipse (in particular about AspectJ) and though the idea of aspect oriented programming is kinda neat. It's kinda like moving from a tree of objects to tag/label based objects. However, it seems like it could be a bit hard to maintain appropriate lists of all of the pointcuts (tags/lables) that you'd want your advice code to execute on. So, any of you use a language like this or have any opinions about this method of coding?