Requirements:
An EJB to be Stateful
Accessible by more than client
Share the same data object and information

Summarising the above information, I would like to have an EJB that can be
called by many clients yet share the same underlying data within the bean.
These clients may be another application running under Orion or a
stand-alone application.

Is this possible, and if it is, what special requirements do I need to meet.
I have looked at SessionContext but does this have anything to do with it?

Thanks in advance.

Mark


Reply via email to