| Author |
Topic: How to get another web app's SessionFactory?
|
Yashnoo lyo
Ranch Hand
Joined: Feb 17, 2003
Posts: 152
|
|
Hi everyone: Could I get a sessionfactory of another webapp's? (I use Tomcat5) I have two web applications,WebApp1 and WebApp2. They use hibernate but using different databases. Webapp1 use hibernate1.cfg.xml as the following: webapp2 use hibernate2.cfg.xml in another application: Now , I want to operate the sessionfactory1 in webapp2 How to do it? I mean that it is possible to get the sessionfactory1 in webapp2? I want to bind the sessionfactory1 to jndi tree,then how to get the sessionfactory1 in my second webapp2? Thks! :roll:
|
When I face C# and Java I choose Java.
|
 |
 |
|
|
subject: Topic: How to get another web app's SessionFactory?
|
|
|