nope, shouldn't serve multiple clients concurrently...
however, most servers use it (kinda) statically, but won't be true in a
cluster


JP
> -----Original Message-----
> From: Luong, Tony S322 [mailto:[EMAIL PROTECTED]]
> Sent: Martes, 30 de Enero de 2001 15:23
> To: Orion-Interest
> Subject: RE: Session EJB Accessibility
> 
> 
> use stateless session bean, it can serve multiple clients 
> concurrently.
> 
> > -----Original Message-----
> > From:       Mark Bernardinis [SMTP:[EMAIL PROTECTED]]
> > Sent:       Tuesday, January 30, 2001 3:18 AM
> > To: Orion-Interest
> > Subject:    Re: Session EJB Accessibility
> > 
> > I don't want to do any database activity. I just want this 
> Java Object to
> > be
> > accessible as an EJB accessible by many different clients 
> hosted by an
> > Application Server. The object doesn't have to be stateful either.
> > 
> > > It sounds like you're describing an entity bean more than 
> a session
> > > bean.  An entity bean can be called by many clients 
> although access is
> > > serialized.  And certainly the role of an entity bean is to
> > > encapsulate data in a 
> apparently-storage-mechanism-independent manner,
> > > from the client's perspective...
> > > 
> > > How does the notion of a session play into what you want the bean
> > > to do?
> > > 
> > >   Gary
> > > 
> > > Mark Bernardinis ([EMAIL PROTECTED]) wrote:
> > >>
> > >> 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
> > 
> > 
> > 
> 
> --------------------------------------------------------------
> ----------------
> CONFIDENTIALITY NOTICE: If you have received this e-mail in 
> error, please immediately notify the sender by e-mail at the 
> address shown.  This e-mail transmission may contain 
> confidential information.  This information is intended only 
> for the use of the individual(s) or entity to whom it is 
> intended even if addressed incorrectly.  Please delete it 
> from your files if you are not the intended recipient.  Thank 
> you for your compliance.
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 

Reply via email to