users@jersey.java.net

Re: [Jersey] sideline caching via _at_Provider?

From: Bill de hOra <bill_at_dehora.net>
Date: Fri, 20 Feb 2009 12:32:48 +0000

Paul Sandoz wrote:
> On Feb 19, 2009, at 10:59 PM, Bill de hOra wrote:
>> It occurred to me that a @Provider style approach would be nice for
>> those not using Spring. So I was wondering if anyone here had done any
>> caching work using Providers or custom annotations?
>>
>
> I do not know of any, but the same sort of idea occurred to me with the
> recent feature i added for resource filtering:
>
>
> https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0.2/api/jersey/com/sun/jersey/api/container/filter/package-summary.html
>
>
> http://blogs.sun.com/sandoz/entry/jersey_1_0_2_is
>
> Would you be interested in working together and contributing something?

Definitely! I find some java backed services need caching, but not
Spring ;) My current use case for this is a simple file/image server
that caches thumbnails/transformed views. I'll check out the links for
inspiration.

Bill