I am interested to add a simple AOP aspects to my components. I want something simple, mainly a transactional aspect at this moment. I was looking through the source code and it seems that an easy way to do it is to use a custom ProxyManager/ObjectFactory implementation which would create a special proxy for each component which would apply the aspects. One problem a see is that by design ProxyManager meant to be pluggable but in the code there are no checks done to disable default ProxyManager if a custom one is already set. OTOH I was wandering if using ProxyManager this way doesn't conflict with its initial purpose.
Regards, Peter.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
