On Mon, 29 Jun 2009, Les Hazlewood wrote:
It can, but you need an AOP framework to enable them. We have default support for Spring/AOP Alliance environments. We don't have support at this time for AspectJ environments.
The best would probably be to write aspectJ ones, as spring can utilize this directly as well (e.g. configure the aspect in a spring context file if needed) - and let spring do the ltw. (which uses aspectJ underneath).
Node though, that spring can only weave spring managed beans. This way only one implementation is needed.
