Reputation: 879
i am applying AspectJ in spring source tool
do i need to configure load time or compile weaving in spring source tool
i will be very happy if any provide details of using AspectJ for applying Aspect on Spring Source Tool
Upvotes: 0
Views: 157
Reputation: 298818
This is a very advanced topic, way beyond the scope of a single StackOverflow question.
Basically:
You should read AspectJ in Action by Ramnivas Laddad to understand all the subtle differences.
Either way, the settings you use in STS should reflect the settings you have in your build system. The section 7. Aspect Oriented Programming with Spring from the Spring Reference is also very helpful.
Upvotes: 2