I am planning to use Entity Beans (
EJB 2.0 CMP ) for finder methods. Due to project scope, we do not want to change the current working procedures for creating / updating entities, which are done through data access objects.
My question is , if i am caching the entities, what happens if the data is being update by session beans ( through DAO). Will i get the latest data, that is updated by session beans OR the value that existed before
I am working on Weblogic Server 6.1 / JDK 1.3
Replies will be appreciated