Re: Restlet in Action launch party in Paris

2012-11-04 Thread Xavier Méhaut
Hello I know it is not a priority, but I've an idea for the future of restlets. It couldbe interesting to have a DSL for restlets on the server side. The goal would be to simplify the writing of restlets on one hand, and to have several kind of targeted languages on the other hand (java, c#, js,

Re: Restlets in gwt with json

2012-10-26 Thread Xavier Méhaut
Hi Thierry I looked at your example, and actually the code differs from mine. Here is my code to mimic the client code : @Put(json) public void put(JsonRepresentation loginRep) throws JSONException { JSONObject loginElt = loginRep.getJsonObject();

Re: Restlets in gwt with json

2012-10-26 Thread Xavier Méhaut
and the current code is like this one : @Post() public void post(StringRepresentation loginRep) throws JSONException { Utilisateur user = (new Gson()).fromJson(loginRep.getText(), Utilisateur.class); } 2012/10/26 xavier.meh...@free.fr xavier.meh...@free.fr Hi

Restlets in gwt with json

2012-10-22 Thread Xavier Méhaut
Hello, I usually transmit objects between client and server, but today I want to transmet json data :) I've no problem with a GET, but I've the following error *(org.restlet.client.data.Status) Unsupported Media Type (415) - Unsupported Media Type* when I try to do a PUT (or a POST)... Here

Re: New blog posts on latest releases, GitHub migration, Apache license and Restlet SAS

2012-06-01 Thread Xavier Méhaut
Hi Jerome I saw in your latest news that you aim to deliver a js version of restlet... It seems there will be two parts, ie a client part and a server part(based uppon nodejs)... For my own interest, is the client part maybe communicate seamlessly with a server part written in pure java? For

Re: (no subject)

2011-06-21 Thread Xavier Méhaut
Bonjour Jérome, Juste un petit mail pour vous signaler l'existence d'un produit que je trouve bluffant en java : http://www.ateji.com/px/index.html associé aux restlets, cela pourrait améliorer les performances j'imagine. Cordialement Xavier 2011/6/17 Jerome Louvel jerome.lou...@noelios.com

Re: (no subject)

2011-06-21 Thread Xavier Méhaut
, but that's independent of the use of Restlet. All of which is a long and (I hope) respectful way of saying that discussions of languages with parallelism constructs aren't really on-topic for this list, *buffant* though they might be. :-) --tim 2011/6/21 Xavier Méhaut xavier.meh...@free.fr

Re: More RIAP Features?

2010-08-31 Thread Xavier Méhaut
Hello Jerome, Thanks ; yes I wanted more storing for instance h264, and then dynamically change the video container. Another needs could also be to generate a HTTP stream with chunked data from a flow of frames, eg getting frames of data, and transforming them in a http stream... regards xavier

Porting restlets in Go language

2010-08-30 Thread Xavier Méhaut
Hello, I know it is a little bit out of scope, but I would like to know if porting Restlets in Go language would interest someone. I'm quite sure that Go will become an important language in a foreseeable future, and its characteristics would suit perfectly for restlets too, especially its

Restlets in both https and http at the same time

2010-08-30 Thread Xavier Méhaut
Hello, I would like to know if it is possible to have at the same time both HTTPS and HTTP access to the same restlets? The use case is the following : my restlet server (not into a servlet container) must be access locally and remotely ; I would like locally to access it in HTTP, and remotely in

Re: restlets : communicating in SSL with tomcat

2010-08-26 Thread Xavier Méhaut
Xavier 2010/8/25 Bruno Harbulot bruno.harbu...@manchester.ac.uk On 25/08/10 13:53, Xavier Méhaut wrote: Hi Bruno, Actually our architecture is the following : A PC runs a restlet server locally (withou a servlet container); the resources served by this server call themselves other

Re: Use of ClientResource inside a server resource

2010-08-25 Thread Xavier Méhaut
Hi Fabian, We succeeded actually ; we've only forgottent to write getClients().addProtocol(Protocol.HTTP) on the server side ... thanks regards Xavier 2010/8/25 Fabian Mandelbaum fmandelb...@gmail.com Hello Xavier, yes, you can, there shouldn't be any problems with this, at least AFAIK. On

Re: restlets : communicating in SSL with tomcat

2010-08-25 Thread Xavier Méhaut
you're trying to connect has a certificate that's not trusted by the default trust store available (if you haven't specified anything), or the trust store is set up for something that doesn't have the required CA certificate. Best wishes, Bruno. On 24/08/10 12:48, Xavier Méhaut wrote: We

Re: Use of ClientResource inside a server resource

2010-08-25 Thread Xavier Méhaut
-nameorg.restlet.clients/param-name param-valueHTTP HTTPS CLAP FILE/param-value /context-param (Adapt the param-value as you need, it's a space-separated list of protocols.) Best wishes, Bruno. On 25/08/10 12:13, Xavier Méhaut wrote: Hi Fabian, We succeeded actually ; we've only

Form with an upload field

2010-07-28 Thread Xavier Méhaut
Hello, I would like to know how I can handle on the client side a formular with a file upload field type ( input type=file name=datafile size=40 in html for instance)... I expect to use the FileUpload extension for doing this, but I don't know how to do it on the client side regards Xavier

Re: infos gwt

2010-05-20 Thread Xavier Méhaut
/ValueStoreAndRequestFactory Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com *De :* xavier.meh...@gmail.com [mailto:xavier.meh...@gmail.com] *De la part de* Xavier Méhaut *Envoyé :* jeudi 20

Re: Object serialization with GWT

2010-02-26 Thread Xavier Méhaut
Thanks Jerome for having spent time to find the bug ; we'll update our code once the last milestone of our product will be achieved, ie when we will have less pressure ;) Best regards Xavier 2010/2/26 Jerome Louvel jerome.lou...@noelios.com Hi Xavier, As you may have noticed, we were able

Re: Simple or jetty connectors

2010-02-01 Thread Xavier Méhaut
Thanks Thierry 2010/2/1 Thierry Boileau thierry.boil...@noelios.com Hi Xavier, I forgot the link to the documentation: http://wiki.restlet.org/docs_2.0/37-restlet.html Best regards, Thierry Boileau Hello Xavier, you can find information in the user guide about about to integrate

GWT RPC servlet next to the gwt RESTLET

2010-02-01 Thread Xavier Méhaut
Hello, I wonder how to mix in the same application serverside RPC servlet and calls to restlets, ie I have a GWT GUI which calls either a GWT RPC service or a remote restlet... The only I found up to now, is to run the application in a Servlet container by usisng the servlet connector... but I

Re: Simple or jetty connectors

2010-02-01 Thread Xavier Méhaut
~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com *De :* xavier.meh...@gmail.com [mailto:xavier.meh...@gmail.com] *De la part de* Xavier Méhaut *Envoyé :* lundi 1 février 2010 12:04 *À :* discuss@restlet.tigris.org *Objet :* Re: Simple or jetty

Re: GWT RPC servlet next to the gwt RESTLET

2010-02-01 Thread Xavier Méhaut
M7 directly. - R On Mon, Feb 1, 2010 at 6:21 AM, Xavier Méhaut xavier.meh...@free.frwrote: Hello, I wonder how to mix in the same application serverside RPC servlet and calls to restlets, ie I have a GWT GUI which calls either a GWT RPC service or a remote restlet... The only I found up

Re: Problem while transmitting an json object from a gwt application

2010-02-01 Thread Xavier Méhaut
Hi Thierry, Thanks for the answer ! Finally (because I didn't find the solution) we started on alternative way with GWT : * we develop a kind of proxy/gateway with GWT/RPC which calls pure java restlets (not GWT) So rom gwt we call a single RPC class which implemnts the put/get/post/put methods

Re: Object serialization problem with gwt

2010-01-28 Thread Xavier Méhaut
Hi Kevin, Thanks for the pointer ; unfortunately I've still the same pb... In my previous post there are source codes, and her the libs I use (latest snapshot) server side web-inf/lib : /testGwtRestlet-server/war/WEB-INF/lib/gwt-dev.jar /testGwtRestlet-server/war/WEB-INF/lib/gwt-servlet.jar

How to page

2010-01-26 Thread Xavier Méhaut
Hello, I would like to suggest to add to the restlet website a how to page like the one for instance we may find on javafx ( http://www.javafx.com/learn/howto.jsp)... We start to have a lot of information right now on the restlet website, but it is also quite dispatched everywhere, and it is a

Video streaming ressource

2010-01-03 Thread Xavier Méhaut
Happy new year to everyone (Bloavez mad deoc'h in breton), I would like to know if there exists something as restlet extension to deal with the video streaming concern, because of it is in fine a ressource as others, even if it is a continuous resource. We could consider a ressource as for

restlet server on the client ;)

2009-12-10 Thread Xavier Méhaut
Hello, I know it is quite iconoclast, but I would like to know your feeling about the following idea, ie having a client (for instance gwt app) with a restlet server inside... The idea behind is the following ; many different clients access a server through restlets, and some REST actions may need

adding new router attachements dynamically?

2009-12-06 Thread Xavier Méhaut
Hello, In a certain manner related to osgi, is there a means in Restlets to add dynamically new attachements to ane exiting router, ie add new URL to be taken into account without having either to recopile the code, or (better) without having to restart the process? for instance, we had first :

Re: Restlet translated in CIL (dotNet) with IKVM

2009-12-01 Thread Xavier Méhaut
://www.noelios.com *De :* xavier.meh...@gmail.com [mailto:xavier.meh...@gmail.com] *De la part de* Xavier Méhaut *Envoyé :* mardi 1 décembre 2009 11:41 *À :* discuss@restlet.tigris.org *Objet :* Restlet translated in CIL (dotNet) with IKVM Hello, I would like to knwo if someone has

GWT and Restlets

2009-11-25 Thread Xavier Méhaut
Hello, It seems that currently GWT restlet applications need to be deployed onto a servlet container, especially to bypass SOP restrictions. I would like to know if it is possible to run the gwt restlet application in stand alone mode ; this would imply I suppose to consider the gwt client

Re: GWT and Restlets

2009-11-25 Thread Xavier Méhaut
Thanks Thierry... I'm going to try this right now.. 2009/11/25 Thierry Boileau thierry.boil...@noelios.com Hello Xavier, once the gwt project has been compiled, you obtain a set of files (html, css, images, javascript), especially a single HTML page which is the entry point of the client

Restlets application designer

2009-01-14 Thread Xavier Méhaut
Hello, I would like to know if someone has already tried to developp a Restlets application designer under eclipse? The goal would be to create graphically the application with the help of a component palette. The Toold woule be available as a eclipse RCp application using the GEF graphical

Re: GWT-Cryto library

2008-12-22 Thread Xavier Méhaut
-- Xavier Méhaut -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=989569 -- Xavier Méhaut Directeur Informatique Groupe Visiodyn Tel: +33(0) 254 800 583 Fax: +33(0) 254 800 592 Blog: http

Re: contributing - areas of interest

2008-12-08 Thread Xavier Méhaut
be interesting to you. I'd love to see this one make progress! Thanks, Avi -- Xavier Méhaut Directeur Informatique Groupe Visiodyn Tel: +33(0) 254 800 583 Fax: +33(0) 254 800 592 Blog: http://it-tonic.blogspot.com/ -- http://restlet.tigris.org/ds