|
From: Tom T. <tom...@pr...> - 2004-09-01 13:17:40
|
> I've implemented an "abstract" attribute for <bean> tags in XML bean > definitions. It works as expected in test cases. I've also adapted the > "baseTxProxy" bean definitions in Petclinic and JPetStore (as introduced > by Colin) accordingly, marking them as "abstract" rather than > "lazy-init". Thanks Juergen! Maybe support for an "(abstract)" virtual property could also be added to PropertiesBeanDefinitionReader? We use abstract view definitions quite often, with a ResourceBundleViewResolver... Thanks, Tom. |