Entity Beans Vs. Session Beans
843829Dec 5 2001 — edited Dec 7 2001Hi!
I have a question in my mind which I could not resove to satisfy me.
When we can use all DB operations thru Session Beans
why do we need to use Entity Beans.
Its true it objectifies the data model and acts as an interface between data model (DB) and the representation to object model (Session Beans)
But why we need EB at all. what is prime moto behind this extra component which really increases the overhead.
Thanx & Regards
Anand