0 Replies Latest reply on Jan 26, 2006 8:40 AM by amit_rm

    Best Practices Managing Har file

    amit_rm

      I have a senario in which multiple applications access the same database and hence have to share the common Hibernate classes. Now my question is, what is the best way to manage the deployment of the HAR file, as in, should all applications bundle a copy of the HAR file within the application EAR or should there be a common HAR file and all applications use the SessionFactory that is bound to JNDI.