|
From: <jue...@we...> - 2004-02-20 11:20:03
|
On the occasion of the ReloadableResourceBundleMessageSource question on = the user mailing list: Why is our hierarchical MessageSource called = "NestingMessageSource" when our hierarchical BeanFactory is called = "HierarchicalBeanFactory"? =20 I suggest to renamed NestingMessageSource to = "HierarchicalMessageSource", and AbstractNestingMessageSource to = AbstractMessageSource (analogous to AbstractBeanFactory). Accordingly, = NestingThemeSource should be called "HierarchicalThemeSource". =20 I'd also like to remove the AbstractXmlUiApplicationContext and = StaticUiApplicationContext base classes: All they do is invoke = UiApplicationContextUtils.initThemeSource. I'd like to put those calls = in the concrete ApplicationContext implementations, like = XmlWebApplicationContext. =20 Hardly any applications will be affected by those changes, as this is = all managed under the hood by the application context implementations. =20 Juergen |