• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

EJB 2.0 CMP Caching Entity Bean

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic