I am reading the documentation with the intention of configuring load time weaving in websphere 6.1.

It is clear that a javaagent needs to be configured. What is not clear is which jar to use. Some documents mention using aspectjweaver.jar and other mention org.springframework.instrument-{version}.jar (Spring 3.x).

Which jar should be used? What are the differences between the two?

Thanks!