vote up 3 vote down star

I 'm currently investigating the different styles of AOP in Java and I started with AspectJ. I try to get a good view on the different styles:

  • weaver
  • proxy
  • any others

Do you know a good tutorial or technology article about the different frameworks and techniques?

flag

50% accept rate

2 Answers

vote up 1 vote down

The SpringFramework guys have AOP in their framework. You can read a chapter about AOP in the Spring documentation (Chapter 6). Also, you can read how AOP is used for declarative transactions in Spring (Chapter 9).

Hope it helps!

link|flag
vote up 1 vote down

I like the developerworks series AOP@Work. It might give you some further information.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.