> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters
> The term "stateless" signifies that an instance has no state for a specific
> client. However, the instance
> variables of the instance can contain the state across client-invoked method
> calls. Examples of such
> states include an open database connection and an object reference to an EJB
> object.
Yes, but these fields should be lazy evaluated: never assume that values set
previously are still there, since you might be a different instance.
--
Cedric
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".