posted 23 years ago
An Enity Bean can call another entity bean. Usually the entity beans are called from the session beans where the business logic will be in session bean. When you call from client, it is preferred to call thru the session bean to many Entity beans which are local to the container so that the expensive cleint calls could eb reduced.
Thanks
Sri