All, I've been able to set up the Spring Hibernate support infrastructure using HiveMind as the DI container! It is made up of multiple (slim) modules:
hivemind.utils: contains useful utility classes spring.transaction: sets up the main transaction infrastructure spring.hibernate3: sets up the hibernate transaction manager and configuration point for configuring the session factory Now, I can have HiveMind manage my daos extend HibernateDaoSupport and I can use the Spring's PlatformTransactionManager to manage transactions. Why reinvent the wheel!?!?! Where do you think we should put this stuff? Should I create a JavaForge project? James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
