5

Please suggest some tutorial/cheatsheet for learning pointcut expression.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Rakesh Juyal
  • 35,919
  • 68
  • 173
  • 214

3 Answers3

5

The AspectJ programmers guide has plenty examples, looks straightforward.

skaffman
  • 398,947
  • 96
  • 818
  • 769
2

AspectJ in Action is also a great source of information on AOP and AspectJ.

Wim Deblauwe
  • 25,113
  • 20
  • 133
  • 211
0

Spring.Net has excellent documentation which can be downloaded from here: http://www.springframework.net/documentation.html

It has a very good general introduction to AOP and examples and sample AOP programs to get you started. Not knowing much about AOP, but knowing a bit about Spring.Net, I found this enough to get an AOP-based logging system up and running.

Alfamale
  • 1,069
  • 1
  • 9
  • 13