-->
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.  [ 7 posts ] 
Author Message
 Post subject: Can Hibernate replcae Entity beans?
PostPosted: Thu Jan 08, 2004 6:32 am 
Newbie

Joined: Thu Jan 08, 2004 6:28 am
Posts: 11
Hi All,

I don't know Hibernate at all, so I am asking from your experience and knowledge.

Does Hibernate can replcae entity beans?
I mean ease of use, performance, transaction, clustering and all the stuff.

Thanks,

Avi


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 08, 2004 8:51 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Yes.

http://www.hibernate.org/News/Introduction

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 08, 2004 8:53 am 
Senior
Senior

Joined: Tue Nov 25, 2003 9:35 am
Posts: 194
Location: San Francisco
Sure. SLSBs + Hibernate can equal Entity beans.

Ease of use: Hibernate is vastly more flexible and productive to use compared with Entity EJB.

Performance: In the end, it is all down to SQL and the DB. The SQL Hibernate generates is very clean. The various caching schemes that can now be used give a real performance boost.

Transactions, clustering: Using SLSBs and JCA with Hibernate means that you get the transactional capabilities of EJB.



Check out http://www.hibernate.org/21.html. Its true!


Sherman


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 08, 2004 9:16 am 
Newbie

Joined: Thu Jan 08, 2004 6:28 am
Posts: 11
Thanks christian , but I mean answers from exprience, like sgwood.
I read the documentation and a lot of threads but I need hand on exprience.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 08, 2004 9:19 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
http://www.hibernate.org/Documentation/WhoUsesHibernate

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 19, 2004 11:38 am 
Beginner
Beginner

Joined: Thu Jan 08, 2004 4:40 am
Posts: 48
Location: Bangkok, Thailand
I think so, I'm using hibernate instead of Entity Bean at my office. After, playing around with it for 2 weeks I feel like hibernate reduce my developing time around 50% and also make my code look more natural and easy to understand. By the way, please try hibernate.
Cool

_________________
<name>arin</name>
<at>netplus software</at>


Top
 Profile  
 
 Post subject: Hibernate much easier.
PostPosted: Fri Jan 23, 2004 1:15 pm 
Newbie

Joined: Fri Jan 23, 2004 12:16 pm
Posts: 5
Hibernate replaced EJB very nicely. Try multi schema with same descriptors. hibernate can do this, not so with ejb.

It took up months to get ejb working with mvcsoft and middlegen, ect
to work. and it was cumbersome and did not work very well nor very fast.

We have just replaced all our ejbs with Hibernate. Plus replacing our JDBC code with hibernate.

I think EJBs in the future will go away. JDO or layers more like hibernate or more flexible, easier to understand, less complicated.

There are some funny things that I don't like about Hibernate, like
one class per table. this does not make sense to me.

but we are much better off with hibernate. We have running change
at meeting our deadlines.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 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.