----- Original Message -----
Sent: Tuesday, September 04, 2001 4:48
PM
Subject: Re: question on entity
beans
This depends on a few things.
The ejbStore() & ejbLoad() are only called the first time and the
data is cached. IF you are running in a non-clustered environment.
If you are running in a clustered environment and the bean is only a
Read-Only bean, the container will have the same behavior - ejbStore() &
ejbLoad() only the first time and cache the result.
However, if you are running in a clustered environment and the bean is a
Read-Write bean, the ejbLoad() & ejbStore() are called every time.
Dawn L. Lewis
Southwest Airlines
Fuel Managment, Systems
Department
(214) 792-3966
[EMAIL PROTECTED]>>>
Vin�cius de Faria Silva <[EMAIL PROTECTED]> 09/04/01
02:06PM >>>
Hey guys, i'd like to clear a doubt, if
anyone could help me...
as far as i know everytime a transactional entity
bean's method is invoked the container executes before the method ejbLoad and
afterwards the method ejbStore, my question is: with this policy how can the
container cache business data?
Vin�cius