Re: Problem of upload of file

2007-05-11 Thread lotfi elgherbi
Hi Jerome , thank you for reply, my servlet container is tomcat 5.2.0 and I use spring also public class UTERestlet extends Restlet { private void handle(Request request, Response response) { try{ //recuperer le context de Spring SpringContextspringContext=(SpringContext)Pro

Re: Question to all about visual webapps and Restlet

2007-05-11 Thread Ashish Deshpande
Very interesting discussion indeed. I've been experimenting with building visual REST applications – I used href="http://www.frevvo.com";>frevvo and http://www.restlet.org";>Restlet (I work for frevvo). I've posted a couple of blog articles about my experiences and I'm definitely interested in k

RE: Problem of upload of file

2007-05-11 Thread Jerome Louvel
Hi Lofti, Could you give us more details on your configuration? Which Servlet container are you using for the ServletFileUpload. How are you using the RestletFileUpload class? Via ServerServlet adapter, standalone? Can you share a sample application to help us reproduce the problem? Best rega

Problem of upload of file

2007-05-11 Thread lotfi elgherbi
HI, I have a problem of performance on the upload of file; After benchmarks,I noticed that the upload of file with this class: RestletFileUpload upload = new RestletFileUpload(factory); List items = upload.parseRequest(request); --> request is of type org.restlet.data.Request the u

Re: Some source jars in maven repository don't match binary jars

2007-05-11 Thread Thierry Boileau
Hello Mark, Thanks a lot for reporting this issue which is fixed. The other source jars were also wrong... Best regards, Thierry Hi, I've noticed that some of the source jars in the maven repository do not contain the source for the corresponding binary jar. The org.restlet-1.0.1-sources.j