Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Introductory article on AspectJ

Dear AspectJ community,

I wrote an introductory article on AspectJ for
ObjectiveView. The link is
http://www.ratio.co.uk/objectiveview.html

This article explains:
1. The weakness of OOP in implementing crosscutting
concerns
2. The problems resulting with implementing those
concerns with OOP alone and how AOP solves them
3. AspectJ: aspects, pointcuts, advices and inter-type
declarations
4. Writing aspects using plain Java

Instead of the typical example using logging, the
included example uses the crosscutting concern of
caching.

I hope you find this article helpful :)

Best regards,
Alex.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Back to the top