I have two different beans, for one I have written
For Bean 1.
TransactionProxyFactoryBean
HibernateTransactionManager
LocalSessionFactoryBean
and the bean class also.
I want to know that, can I write second set of bean in the same ApplicationContext.xml file. Like this.
For Bean 2
TransactionProxyFactoryBean
HibernateTransactionManager
LocalSessionFactoryBean
and the bean class also.
If yes, please give me some example. Please let me know.
Thanks.


Reply With Quote