Hello,
I have no in dept hibernate knowledge...
For a legacy web application (hibernate2, java5, tomcat 5.5) i am to develop a new module: hibernate backed spring module. I have been searching for internet but couldnt find an answer :
Are there handicaps of using a legacy hibernate2 app with a new spring controlled hibernate2 module together ? Even using the same hibernate configuration file, is there possible problems about parallel processing of the same entities ?
Is there a way to use a hibernate2 legacy app with a new hibernate3 module?
Note : no osgi please :)
thx....
|