-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate and Application Servers
PostPosted: Fri Aug 20, 2004 9:14 am 
Newbie

Joined: Fri Mar 12, 2004 10:02 am
Posts: 16
I'm just thinking about Hibernate integration into different app servers. For JBoss you can install it as a service, which is nice because you see it at the JMX management console and can change certain values at runtime.
These central integrations have certain disadvantages. You are bound to an specific application server (JBoss). You are in trouble if multiple applications from different sources with different versions of Hibernate run on the same server. Not to mention the naming conflicts, classloader and hot deployment issues that may arise.
What are the disadvantages of a Hibernate instance for every application? You will probably need more memory because the libraries are duplicated. The management issue should be solvable if the SessionFactory registers itself as a JMX MBean/JNDI resource. What I don't know is, if the JTA integration still works if Hibernate is more or less a simple library.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 20, 2004 9:16 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Yes, JTA integration will still work.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.