Files
spring-net/examples/Spring/Spring.AopQuickStart/readme.txt
2008-05-30 22:55:02 +00:00

20 lines
353 B
Plaintext

Step1 :
Use Spring.Aop programmatically
Step2 :
Use Spring.Aop within IoC container
Step3 :
Use Spring.NET convenience pointcuts (Match by method name)
Step4 :
Use Spring.NET convenience pointcuts (Match by attribute)
Step5 :
Create and use custom pointcuts
Step6 :
Use Introductions (mixins)
Step7 :
Use AutoProxy functionality