|
From: <jue...@we...> - 2004-02-28 23:20:15
|
You can take a DefaultListableBeanFactory and read bean definitions into = it via a JdbcBeanDefinitionReader; this is the recommended way to work = with definition readers. The bean factory itself is not concerned with = bean definitions formats anymore. =20 XmlBeanFactory is now just a convenience subclass that combines = DefaultListableBeanFactory with XmlBeanDefinitionReader. In all other = case, apply the corresponding reader to a separate = DefaultListableBeanFactory instance. =20 An ApplicationContext could be quite easily implemented by subclassing = AbstractApplicationContext, using a DefaultListableBeanFactory as = underlying bean factory, and reading in bean definitions via = JdbcBeanDefinitionReader. =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Dmitriy Kopylenko Gesendet: Sa 28.02.2004 23:48 An: spr...@li... Betreff: [Springframework-developer] JdbcBeanFactory and = JdbcApplicationContext I don't see any implementations of JdbcBeanFactory and = ApplicationContext in our code base, even though there is a = org.springframework.jdbc.core.support.JdbcBeanDefinitionReader which is = a standalone class. Dmitriy. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=3D1356&alloc_id=3D3438&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |