spring beans and sessionFactory in different xml files
We have 3 applications using 3 different spring configuration files. But we have one database and one datasource, so one session factory.Hhow can we import the session factory bean into the 3 different spring config files?
No comments:
Post a Comment