I am interested in adding some minimal AOP functionality to my application and a possible implementation I see is to use dynamic proxies which can be integrated using a custom ProxyManager class. I am not yet sure if it is a good way to go but I have noticed that there is no way to setup a custom proxy manager. At this moment proxy manager is always created using DISCOVER type or a custom type specified using "proxy-type" parameter. Maybe it would be useful to add a proxy-type="custom" value and the ProxyManager would be specified programatically later. Maybe it could be interesting to have an additional configuration attribute which would permit specifying custom proxy manager's class. I would be glad to provide patches for either of this versions.
Regards, Peter.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
