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 performance
PostPosted: Mon Jul 25, 2011 2:22 pm 
Newbie

Joined: Mon Jul 25, 2011 2:19 pm
Posts: 1
What are the pros and cons of using Hibernate in a Java application? Specifically, how does it affect the response time for the user who is for example, updating a zip code in a customer address?


Top
 Profile  
 
 Post subject: Re: Hibernate and performance
PostPosted: Wed Jul 27, 2011 10:40 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
Specifically it can improve performance by affecting the design of your application since you can have long running conversations and optimistic locking which avoid that the user has to "lock the record" while he's on the webpage slowly typing it's zip code and drinking coffee.

Some more details about performance here:
http://community.jboss.org/wiki/Hiberna ... formanceQA

_________________
Sanne
http://in.relation.to/


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.