Hi Jerome, I'm using your restlet libaries as well on Android clients. So far, it has worked great :-)
One thing i'd love to see implemented is a framework that helps in implementing caches. Not so much the implementation and handling of an actual cache, but some framework part of Restlet that handles all the Cache, E-Tag, If-modified, etc., headers. The only thing left for a client to do, that would use this Restlet framework, is to register callbacks (implementing an interface?) that can tell the Restlet about the cache-information/status of a given resource and that can allow the Restlet to request a resource to be saved to, read from or deleted from the cache. On Apr 23, 12:32 pm, Jerome Louvel <[email protected]> wrote: > Hi all, > > We just released Restlet Framework 2.0 RC3 which fixes the above > mentioned issue with our Restlet > edition:http://blog.noelios.com/2010/04/23/restlet-framework-2-0-rc3-released/ > > Basically, you should only need to deploy the "org.restlet.jar" to > have a working HTTP client. The extension should only be registered if > you want to replace our built-in connector with the Apache HTTP Client > library or the JDK's HttpURLConnection class. > > Please try again and let us know if you have any comment. The best is > to reach us via our mailing list:http://www.restlet.org/community/lists > > Best regards, > Jerome Louvel > -- > Restlet ~ Founder and Technical Lead ~http://www.restlet.org > Noelios Technologies ~http://www.noelios.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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 > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

