Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notice we use attributes on the <aop> tag to chose with AOP concept to use.

At runtime that resolves into this messages flow:

Code Block

inbox -> log:before -> bean.validate -> bean.handle -> log:after -> order

The aop in Spring DSL have the following attributes:

...