Entity EJBs vs Hibernate ?

S

Steve

Has anyone done a comparison of entity EJBs with products such as Hibernate?

Thanks.

Steve
 
R

Raymond DeCampo

Steve said:
Has anyone done a comparison of entity EJBs with products such as Hibernate?

I haven't, but let's put it this way: most people who used entity EJBs
were quite dissatisfied with the experience. The next version of EJB is
supposed to be "based on" hibernate (for certain values of "based on").

I'll let you draw your own conclusions.

Ray
 
T

Tor Iver Wilhelmsen

Raymond DeCampo said:
I haven't, but let's put it this way: most people who used entity
EJBs were quite dissatisfied with the experience. The next version of
EJB is supposed to be "based on" hibernate (for certain values of
"based on").

The value seems to be "use whatever persistence framework you like
underneath, we default to JDO".

As with the BMP vs. CMP case, the EJB lifecycle isn't dependent on how
ejbStore() and ejbLoad() are actually implemented, and they might as
well use Hibernate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top