I am new to AOP, thus my question may seem trivial.
I have an Eclispe project with a few classes. Thos eclasses depend on a
number of third-party JAR files, such as Spring and Hibernate. When I add
an apsect to my project, the weaver applies the aspect to the classes in
my project. WHat I am trying to do is to apply aspects to Spring or
Hibernate code. (For example I would like to trace the calls below the
level of my own code). Is there an easy way to do it without completely
rebuilding the third party JARs?