JavaZone 2009 - HTTP caching on clients made easy

Have you ever tried to write a HTTP or RESTful client using the libraries out there? Using java.net.URLConnection or Commons HttpClient? How do you cache your results? Do you use a proxy? Is server side caching enough? NO!
Enter HTTPCache4j.
You may use the library as a standard HTTP client, using just the resolver modules. Or you may use it as a full blown HTTP cache on the client. Your choice.
Erlend Hamnaberg

Erlend Hamnaberg

System developer at Escenic AS. He is the lead developer and architect behind the open source HTTP-cache client library HTTPCache4j.