users@jax-ws.java.net

Re: JAX-WS and cache

From: Sameer Tyagi <Sameer.Tyagi_at_Sun.COM>
Date: Wed, 13 Dec 2006 11:18:04 -0500

You could write a custom handler that plugged into a cache framework,
even a distributed cache (see
open source projects).

On the server side if you could use the session object, or have similar
handlers

/s



Dima Gutzeit wrote:

> Hi,
>
> I am implemeting a solution that has a server and client sides while
> they communicate using JAX-WS webservices.
> What I want to do is for client to cache the responses and not go to
> the server for each request, and let the client subscribe for the
> server to get updates.
>
> Has anyone implemented it or thought about it ?
>
> Is there anything like it in the JAX-WS design ?
>
> Thanks in advance.
>
> Regards,
> Dima Gutzeit.