Hibernate Team |
|
Joined: Tue Aug 26, 2003 12:50 pm Posts: 5130 Location: Melbourne, Australia
|
I think there is a lot of nonsense written about the supposed "clusterability" of entity beans.
Really, clusterability is a feature of the remote invokation layer, ie. of the session bean facade, or servlet. Not of the entity bean, which is in practice called locally.
And most existing EJB containers have at most a very crude second-level clustered cache implementation - Hibernate is much more sophisticated in this respect.
What do you think your CMp container is doing for you in terms of clustering?
|
|