redirector and failover functionality

2010-09-20 Thread Bob Screech
Hi I'm experimenting using restlets to provide a simple REST reverse proxy. I have the following test which works fine, using round robin, as far as it goes: Component component=new Component(); component.getServers().add(Protocol.HTTP, 8080); component.getClients().add(Protocol.HTTP);

RE: Re: Resource paths with Restlet and Jax Rs

2010-09-20 Thread webpost
Thanks a lot for your help. It took me a while to figure it out how I can use the tunneling and the extension this way I want to. It is working for the GET requests as expected. But I got some other questions/ issues. I just enabled the tunnel for my JaxRsApplication class and added the mime

reconstructing an HttpServletRequest from a Restlet request ?

2010-09-20 Thread Vincent Nonnenmacher
I'm wondering how to integrate the Google Visualization Tookit Datasource Librairie inside a Restlet container (standalone version). The Google Visualization Toolkit allow allows to graph a lot of data in several graphs format and widgets (gallery here :

RE: Digest authentication example

2010-09-20 Thread Juan Carlos Gonzalez
Hi I think the problem was due to an old example when trying to build ChallengeResponse object. I've followed the example in: http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/112-restlet.html and is working fine now. KR, --

Re: reconstructing an HttpServletRequest from a Restlet request ?

2010-09-20 Thread Vincent Nonnenmacher
On 20/09/10 17:35, Vincent Nonnenmacher wrote: I'm wondering how to integrate the Google Visualization Tookit Datasource Librairie inside a Restlet container (standalone version). The Google Visualization Toolkit allow allows to graph a lot of data in several graphs format and widgets