Hello,
doing my first steps in J2EE, coming from WebMethods GLUE ...
Is it possible to identify in a stateless session bean on the web server the
web service client?
I need to store some data PER client. When the same client comes back to any
session bean instance I want to find the data exactly for this client.
I know this is not what stateless session beans are considered for.
Anyway, I would really need it.
Is there a way to certainly identify the web service client? It's
HTTPSessionObject or so which should stay the same as long as the HTTP
session is alive?
Thanx
Merten
Merten Schumann - 07 Jun 2004 13:30 GMT
Hm, no answer.
I found that WebSphere and JBoss support implementing web services as
stateful session beans.
Would be nice to have that supported in Sun's reference implementation and
in J2EE at all.
> Hello,
>
[quoted text clipped - 14 lines]
> Thanx
> Merten