|
[aop]
AspectWerkz NextGen
[
jonas
]
Today we released the 0.10 Release Candidate 1 of AspectWerkz.
Which forms the foundation for the next generation of AspectWerkz.
AspectWerkz has gone through a lot of changes, the whole core engine has
for example been thrown out and replaced by a much more flexible and
performant one. The join point model is much more expressive and
orthogonal we have also implemented a JIT compiler that is making
AspectWerkz much more performant. On top of that we have a new
implementation of true runtime weaving, which allows you to redefine
your aspect model including adding new pointcuts at runtime.
Read more about it here.
TrackBack
I was using aspectwerkz 0.9 version, but it did not support pointcut for constructor. So I switched to 0.10(the latest one). And tried to use this for intercepting a constructor of Hibernate persisted object(so the actual object is an instance of CGLIB generated class). --nn, April 8, 2004 07:54 AM
Post a comment
|