AspectJ in Action covers the following topics related to dynamic weaving (but doesn't use that term, since it is a quite an overloaded term):
1. Load-time weaving
2. Spring's proxy-based AOP (which occurs at runtime)
3. Enabling/disabling functionality added through aspects using JMX.