Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Four Approaches of Mixins in Java with AspectJ

Hi AspectJ users,

I've written a blog post about different Approaches of Mixins in Java with
AspectJ.

1. non-AOP
2. AspectJ syntax
3. @AspectJ annotations
4. Hybrid approach (AspectJ + proxy + impl)

I detail the rationale, pros & cons of each, and code examples here:

http://spring-java-ee.blogspot.com/2010/02/four-approaches-for-static-structure.html

Hopefully this is useful for you. Take care. :-)

-----
http://www.Soluvas.com/ Soluvas - Making eCommerce Work for You 
-- 
View this message in context: http://old.nabble.com/Four-Approaches-of-Mixins-in-Java-with-AspectJ-tp27618190p27618190.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top