Entity Beans Vs Hibernate
Can we use Hibernate and Entity beans together in any application?please help me.It is very urgent.
> why would you want to use both?Legacy app, maybe? It's not a stupid question.As others have already said, yes you can, but you'd be best off using an EJB3 container regardless of whether it's using Hibernate under the covers.