Hi,
When deciding an approach for a persistance layer in a j2EE app, I have the option of using Entity beans versus an ORM framework like Hibernate.
Hibernate I feel is very easy to learn which is one major plus factor. (JBoss will be using Hibernate at the core of its new CMP2 engine)
Any comments/ other factors that should be considered?
Thanks in advance
g1
-
Using entity beans v/s ORM f/w like Hibernate. (2 messages)
- Posted by: Jeevan S
- Posted on: October 30 2004 03:02 EDT
Threaded Messages (2)
- Using entity beans v/s ORM f/w like Hibernate. by Ian Purton on November 01 2004 07:51 EST
- Hibernate is a smarter choice by Richard Liu on November 03 2004 13:28 EST
-
Using entity beans v/s ORM f/w like Hibernate.[ Go to top ]
- Posted by: Ian Purton
- Posted on: November 01 2004 07:51 EST
- in response to Jeevan S
I would be tempted to use Hibernate, it's a little easier to get to grips with than entity beans. -
Hibernate is a smarter choice[ Go to top ]
- Posted by: Richard Liu
- Posted on: November 03 2004 13:28 EST
- in response to Jeevan S
I would pick Hibernate, given the complexity of CMP2 including the server side set up etc.