Re: Client class used as a generic Web client?

2007-03-15 Thread Thierry Boileau
Hello Matthieu, I have to say that I did not get the kind of error you reported. While the classpath was not complete I get ClassNotFoundException and nothing more. Best regarads, Thierry Boileau Hello I've been using Restlet for a couple of month to set up a REST based web application, and

Re: Client class used as a generic Web client?

2007-03-15 Thread Thierry Boileau
I wouldn't have thought too... Thierry Boileau Hello Matthieu, I succeed in lauching this tutorial example with the following jars in the classpath : - org.restlet.example.jar - org.restlet.jar - com.noelios.restlet.jar - com.nelios.restlet.ext.httpclient_3.1.jar - org.apache.common

Re: Client class used as a generic Web client?

2007-03-15 Thread Matthieu
Thierry Boileau gmail.com> writes: > > Hello Matthieu, > > I succeed in lauching this tutorial example with the following jars in > the classpath : > - org.restlet.example.jar > - org.restlet.jar > - com.noelios.restlet.jar > - com.nelios.restlet.ext.httpclient_3.1.jar > - org.apac

Re: Client class used as a generic Web client?

2007-03-15 Thread Thierry Boileau
Hello Matthieu, I succeed in lauching this tutorial example with the following jars in the classpath : - org.restlet.example.jar - org.restlet.jar - com.noelios.restlet.jar - com.nelios.restlet.ext.httpclient_3.1.jar - org.apache.commons.httpclient.jar - org.apache.commons.logging.jar -

Client class used as a generic Web client?

2007-03-15 Thread Matthieu
Hello I've been using Restlet for a couple of month to set up a REST based web application, and that's a great framework. I switched to RC5 a couple of days ago, and right after that I tried to use Restlet to build a generic web client, intended to send requests to various web sites. Basically I