PDA

View Full Version : Intercepting Constructor-calls



Molanze
Sep 8th, 2004, 04:21 AM
Hello,

I would like to intercept constructor calls. I think, I have to take another AOP-Language or does AOP-Spring supports this ?

Rod Johnson
Sep 8th, 2004, 04:58 AM
Spring AOP does not support this. See the Spring Reference Manual for AspectJ integration, or Jonas Boner's recent blog on Spring/AspectWerkz (http://blogs.codehaus.org/people/jboner/archives/000826_spring_and_aspectwerkz_a_happy_marriage.htm l)