Re: Client endpoints in servlet sessions & clustering

2009-12-14 Thread Daniel Kulp
On Tue December 8 2009 9:31:27 am Alexandros Karypidis wrote: > Hi, > > I intend to use JAX-WS to access web services from within servlets in a > clustered environment. > > Rather than create a proxy for each servlet invocation, I'd like to > cache the client stub in the session object. > > Does

Client endpoints in servlet sessions & clustering

2009-12-08 Thread Alexandros Karypidis
Hi, I intend to use JAX-WS to access web services from within servlets in a clustered environment. Rather than create a proxy for each servlet invocation, I'd like to cache the client stub in the session object. Does CXF use serializable objects when creating JAX-WS proxies? Is it safe to