Any experiences using Entity Beans vs. Hibernate
(http://www.hibernate.org)?
> Any experiences using Entity Beans vs. Hibernate
> (http://www.hibernate.org)?
In the new EJB specs (EJB 3.0), a hibernate-like persistence layer is
used. The Entity Beans (as known in EJB 2.x) are not very good. I
recommend using Hibernate, it's a lot easier and more performant..