2.1.1
Hi,
We are using Hibernate in a production j2ee app.
We would also like to use Hibernate in a new app that is about to be developed.
Constraints:
1) Both apps will be deployed to prod. in the same ear.
2) For the current app in production the architects made the decision to include only jsps in the war. ALL application classes for the web app live in a app_code.jar and are loaded by the classloader via classpath.
3) In addition, all supporting prop files, etc. are not under the WEB-INF dir., but are also located in a 'communal' location
3) I would like to have my own hibernate 'environment' but suspect I may be constrained by #2 & #3
Any feedback is appreciated.
Thanks,
Joshua
|