RE: Web Service with state

2004-12-24 Thread Merten Schumann
> -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 5:43 PM > To: [EMAIL PROTECTED] > Subject: RE: Web Service with state > > Many web services also use some kind of transaction id passed > around at the a

RE: Web Service with state

2004-12-23 Thread ANDREW MICONE
cture in any of these and it just doesn't > look natural. > > Jai > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 5:50 AM > To: [EMAIL PROTECTED] > Subject: RE: Web Service with s

RE: Web Service with state

2004-12-23 Thread THOMAS, JAI [AG-Contractor/1000]
te > does not come into the picture in any of these and it just doesn't > look natural. >   > Jai >   >   >   > -Original Message-> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]> Sent: Thursday, December 23, 2004 5:50 AM> To: [EMAIL PROT

RE: Web Service with state

2004-12-23 Thread tony . q . weddle
and it just doesn't > look natural. >   > Jai >   >   >   > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 5:50 AM > To: [EMAIL PROTECTED] > Subject: RE: Web Service with state > > Each web

RE: Web Service with state

2004-12-23 Thread THOMAS, JAI [AG-Contractor/1000]
ient state does not come into the picture in any of these and it just doesn't look natural.   Jai       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Thursday, December 23, 2004 5:50 AMTo: [EMAIL PROTECTED]Subject: RE: Web Service with state Each web se

RE: Web Service with state

2004-12-23 Thread tony . q . weddle
> > which could be accessed > > by any SLSB instance within the same JVM. Works for > > EJB way (SLSB) and > > JAX-RPC way. > >   > > cu > >    Merten > > > > > > ________________

RE: Web Service with state

2004-12-23 Thread Rajdeep Dua
eter Smith > [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 5:11 AM > To: [EMAIL PROTECTED] > Subject: Re: Web Service with state > > > > > > Have read that web service has to

RE: Web Service with state

2004-12-23 Thread Merten Schumann
TED]Subject: Re: Web Service with state Have read that web service has to be state-less. Why is that? Where did you read that? Maybe it's a hint which should be followed if possible, but nothing more IMHO. From J2EE1.4 web services point of view this is not a "hint&q

Re: Web Service with state

2004-12-22 Thread Peter Smith
Have read that web service has to be state-less. Why is that? Where did you read that? Maybe it's a hint which should be followed if possible, but nothing more IMHO. >From J2EE1.4 web services point of view this is not a "hint" at all See "Web Services for J2EE, Ve

RE: Web Service with state

2004-12-22 Thread Nice To Know
Hello fellows Thanks for all answers! Im deploy my web service in the scope "application". Then I gets only one "Service-object", that is shared between all calls. Then the Service-object can keep the data. (Maybe this works for you too, Merten?). I can't put the state in the legacy program unl

RE: Web Service with state

2004-12-22 Thread Merten Schumann
Hi Kalle, > -Original Message- > From: Nice To Know [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 22, 2004 11:04 AM > To: [EMAIL PROTECTED] > Subject: Web Service with state > > Hi! > I'm building a web service that need a internal state. This is needed > because the web servic

RE: Web Service with state

2004-12-22 Thread Tom Sugden
Hi Kalle, A web service doesn't always need state in order to interact with a legacy program. The state can be stored in the legacy program, rather than the actual web service. Web services also often use databases to store state that must persist across multiple requests. You may be interested