-->
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: What criteria to use when determining to use Hibernate.
PostPosted: Mon Apr 24, 2006 8:29 am 
Newbie

Joined: Tue Nov 22, 2005 5:44 pm
Posts: 3
Let me start by saying that if we need an ORM tool, Hibernate is my choice.

That said, I am in discussion with some colleagues wherein I am taking the position that the needs of our project are not sophisticated enough to pull Hibernate into the mix of new technologies we are applying.

I am basing this on the following:

Most of our DB needs are for lookups - we have about 2 dozen lookup tables. The problem I want to solve is caching of Tables, not indvidual rows (objects).

Our persistance needs are simplistic - only about 6 tables, all part of thye same object tree, and always as part of a singe transaction.

Finally - we have no Hibernate expertise on site. I have played with it, but amalready trying to mentor a team on the use of Spring and/or Struts. Hibernate is just one more framework based on the above.

Again, this is not an argument of Hibernate vs something else, but I would be interested in discussing whne others feel Hibernate would be too much, too heavy, for a particular application.

I would appreciate ANY feedback on this!

Ed


Top
 Profile  
 
 Post subject: my 2c
PostPosted: Mon Apr 24, 2006 3:42 pm 
Expert
Expert

Joined: Fri Jul 22, 2005 2:42 pm
Posts: 670
Location: Seattle, WA
==
needs of our project are not sophisticated enough
==
That is the reason for using Hibernate! If your project persistence needs are not complex then H will make that your DAO layer very simple and convenient.

If you need to perform complex joins constantly and DB schema is not 'optimal' then iBatis might be a better choice. In any case I suggest NOT to use straight JDBC.

_________________
--------------
Konstantin

SourceLabs - dependable OpenSource systems


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.