You could check out HTTPCache4j. (http://httpcache4j.codehaus.org)
The cache can be persistent, meaning you can embed it in your application.

For now this is a client side only cache, but I have plans for making it
into a fully-featured proxy, just need to find some time to do that.

--
Erlend

On Mon, Jul 26, 2010 at 6:03 PM, Steven Siebert <[email protected]> wrote:

> http://www.khelekore.org/rabbit/
>
> Sun use to have a full-featured web proxy...but I can't find it's download
> anymore....perhaps you can navigate the oracle site better than I.
>
>
> On Mon, Jul 26, 2010 at 11:54 AM, Fabrizio Giudici <
> [email protected]> wrote:
>
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Some of my integration tests do a long sequence of operations
>> involving downloading data from remote hosts (about 2.500 pages at
>> each run). The thing has gotten time-consuming (2h, 90% due to the
>> network connection). Furthermore, in a few days I'll move to my
>> holiday location and I'll be working on a mobile connection for a few
>> weeks and, with those tests, I'd quickly consume my bandwidth.
>>
>> So, I need to find an alternate solution and the simplest one seems to
>> be a local web cache. Now, there's squid etc, but indeed it would be
>> cool to have a Java web cache, that perhaps can be started and stopped
>> by maven à la Jetty. Hints?
>>
>> - --
>> Fabrizio Giudici - Java Architect, Project Manager
>> Tidalwave s.a.s. - "We make Java work. Everywhere."
>> java.net/blog/fabriziogiudici - www.tidalwave.it/people
>> [email protected]
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>
>> iEYEARECAAYFAkxNr50ACgkQeDweFqgUGxelCgCggd+L/lKeXMwJBaWg7UGfJqC0
>> sgMAniuBjAp/PrpN5H8sVmLGl8Ccl13S
>> =eGC9
>> -----END PGP SIGNATURE-----
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "The Java Posse" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<javaposse%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/javaposse?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "The Java Posse" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<javaposse%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/javaposse?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to