I need a cache on the client side, is there handler framework as well ?
----- Original Message -----
From: "Sameer Tyagi" <Sameer.Tyagi_at_Sun.COM>
To: <users_at_jax-ws.dev.java.net>
Sent: Wednesday, December 13, 2006 6:18 PM
Subject: Re: JAX-WS and cache
> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>
>