Spring Roo and aspect-oriented programming
Posted
by marcos
on Stack Overflow
See other posts from Stack Overflow
or by marcos
Published on 2010-06-15T06:00:18Z
Indexed on
2010/06/15
6:12 UTC
Read the original article
Hit count: 254
Hello, i've been running some experiments of my own with Spring Roo and it seems to be pretty cool, but i noticed that this tool makes heavy use of AOP on the model layer. I'm thinking about creating a real project using Roo and what i would like to know is:
Why AOP is everywhere? Is That ok?
What are advantages and disadvantages of this approach?
I'm quite new to aspect-oriented programming and some guidance would be greatly appreciated.
Thanks in advance!
© Stack Overflow or respective owner