View Full Version : Get Bean Define from DataBase?
waspxyz
Sep 12th, 2004, 06:45 AM
Hi there,
I want to get bean define from database,
what can i do?
Thanks
MHarhen
Sep 12th, 2004, 10:10 AM
Hi there,
I want to get bean define from database,
what can i do?
Thanks
Look at this topic http://forum.springframework.org/showthread.php?t=9640
- code is available.
waspxyz
Sep 13th, 2004, 10:07 AM
Hi there,
I want to get bean define from database,
what can i do?
Thanks
Look at this topic http://forum.springframework.org/viewtopic.php?t=87 - code is available.
Thanks !
Rod Johnson
Sep 15th, 2004, 08:13 AM
I'm working on a mechanism that can apply Spring DI to beans mapped to a database row and retrieved using Hibernate, JDO, Spring JDBC etc. The code is in the sandbox: org.springframework.beans.factory.dynamic.persist. The support is threadsafe and will allow reloading or changing the primary key to point at a different row. It's just a factory bean, and quite simple to configure.
I believe that this is a better approach than the old JdbcBeanDefinitionReader approach.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.