Possible Duplicate:
Spring AOP vs AspectJ
I am reading spring reference document. In that it is written
- If you need field access and update join points, consider a language such as AspectJ.
- There are something that you can not do with Spring AOP, such as advise very fine grained objects (such as domain objects), AspectJ is the best case to work with it.
- What is AspectJ compiler or weaver?
I did not get the meaning of above three points and hence confused. Please elaborate with simple example.