Hi Henry, I'm not aware of the implementation of a proper Restlet cache even though it's a desired RFE. See this issue: http://restlet.tigris.org/issues/show_bug.cgi?id=25
It would make a great Restlet extension! I would be very happy to provide support and increase the priority of the API changes potentially required. Best regards, Jerome > -----Message d'origine----- > De : Story Henry [mailto:[EMAIL PROTECTED] > Envoyé : samedi 10 novembre 2007 13:24 > À : [email protected]; [EMAIL PROTECTED] > Objet : Re: building a http viewer > > I found the following NetBeans component that is pretty close > to doing > what I am looking for, on the client side at least > > http://monitor.netbeans.org/ > > It's a pity they don't have a few pictures on that web site. > Here are > a couple of pictures on old releases. > > http://blogs.sun.com/geertjan/entry/monitor_http_requests_on_jboss > http://www.javapassion.com/planning/handsonbyol/netbeansj2eeap > ps/index.html > > I saw it working recently on Netbeans 6, can't remember > exactly how I > got it going, and was pretty impressed. > > So I think the user interface is neat and useful. Something similar > could be used for more generic caching systems I suppose. > > Henry > > > On 9 Nov 2007, at 16:13, Story Henry wrote: > > > Hi, > > > > I am building a Restful application using Restlets of course :-) > > > > I was wondering if anyone had implemented a caching framework. I > > would like to capture every header, redirect info, be able > to use it > > to get documents locally if they are not out of date, but also be > > able to use it to show the user how he got the information he is > > looking at. So I am also looking to build a simple cache viewer. > > This is important because if it is not easy to get at the > > representations, debugging gets to be a lot more difficult than > > needed. Also the view source aspect of the web is really important. > > > > Anyway, before I go off and build this I was wondering if someone > > was already working on such a project or had already known > of such a > > project. > > > > Henry > > > > Home page: http://bblfish.net/ > > Sun Blog: http://blogs.sun.com/bblfish/ > > Foaf name: http://bblfish.net/people/henry/card#me > > > > > > > >

