Why Hibernate is advantageous over Entity Beans & JDBC?

Showing Answers 1 - 3 of 3 Answers

vijakris

  • Oct 6th, 2008
 

In my opinion in case of Entity Beans our bean only work under contanier. means you cant reuse those object outside container. There is no concept of Detached Objects. But in case of hibernate we have detached object concepts.

Nirwana360

  • Aug 9th, 2009
 

EJB3 and Hibernate both support JPA. Advantage of Hibernate over EJB3 Entity
are as follows;


EJB3 Entity needs a container to run where as Hibernator does not need one.
Hibernate support Java annotations as well as Hibernate annotation which has
more fractures where as EJB3 entity does not support Hibernate annotations

  Was this answer useful?  Yes

kamalraja

  • Aug 13th, 2009
 

Hibernate does not require a Application Server to be deployed. Easy plugin into any available project or module when compared to EJB

Hibenate involves less coding and easy to manage code when compared to JDBC.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions