|
From: Rod J. <rod...@in...> - 2003-11-25 13:12:51
|
All, Anyone using the "event propagation" functionality of the org.springframework.beans.BeanWrapper/BeanWrapperImpl? I'm considering removing it to improve performance when repeatedly creating prototype beans, and to simplify the API and implementation of BeanWrapperImpl. I don't like features that aren't used. I can't think of a valid reason to use it myself now we have AOP interception, which can be used against any bean registered with Spring. The BeanWrapper propagation methods would also need support right through the BeanFactory classes to be easily used in practice. SO...if you object to me removing these methods before RC1, please let me know. Regards, Rod ____________________________________________________ Rod Johnson J2EE Consultant and Author +44 7973 409 132 rod...@in... Author of "Expert One-on-One J2EE Design and Development" (October 2002). http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/ Founder, Spring Framework: http://www.springframework.org "Introducing the Spring Framework" (ServerSide article) http://www.theserverside.com/resources/article.jsp?l=SpringFramework |