Please suggest some tutorial for learning pointcut expression [closed]
Please suggest some tutorial/cheatsheet for learning pointcut expression.
The AspectJ programmers guide has plenty examples, looks straightforward.
AspectJ in Action is also a great source of information on AOP and AspectJ.
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.
精彩评论