There may be a better way of doing what I need to do here, so somebody
please enlighten me! In my application client, I hold a Handle to a
stateful session bean. This contains all sorts of information specific
to that client (their name, currently chosen currency, that sort of
thing). Now, this information needs to be accessed by most of the
(stateless) session beans, and all of the entity beans (in order to set
some required database information). Now, the question is: how do I pass
that Handle (or indeed, any other object) around from the client to the
app server so that everything can get at it? Please don't tell me I have
to add it as a parameter to _every_ call!
Thanks for any help/pointers....
Amanda Sinton
===========================================================================
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".