Hi,
Trying to decide between Hibernate and EJB 3.0 entity beans for my next project. Here are the facts:
It's a new project, starting from scratch, for a company that has no existing Java codebase or Java expertise.
I'm familiar with Hibernate from previous projects, and also familiar with EJB 1.0 and 2.0, including entity beans, from previous projects. I haven't worked with EJB 3 yet.
I have the freedom to use whatever versions of whatever tools I want, and keeping them up-to-date is not a problem. Currently I'm planning to go with JBoss 4 and JDK 1.5, and I'm also definitely going to use EJB 3.0 session beans.
Thanks for the advice.
-
Hibernate or EJB 3? (2 messages)
- Posted by: Frank LaRosa
- Posted on: July 18 2005 17:26 EDT
Threaded Messages (2)
- Hibernate or EJB 3? by Kabir Khan on July 20 2005 07:09 EDT
- Can you explain some of the advantages? by Victor Volle on August 19 2005 10:16 EDT
-
Hibernate or EJB 3?[ Go to top ]
- Posted by: Kabir Khan
- Posted on: July 20 2005 07:09 EDT
- in response to Frank LaRosa
The JBoss entity bean implementation is based on Hibernate. Hibernate has more functionality than the EJB 3 spec, but if you choose to go with entity beans you can easily get hold of the underlying hibernate session to do more advanced stuff when needed. -
Can you explain some of the advantages?[ Go to top ]
- Posted by: Victor Volle
- Posted on: August 19 2005 10:16 EDT
- in response to Frank LaRosa
Do you know where to find a comparison?