RE: Re: Re: restlet-gwt serialization performance

2011-01-30 Thread Benibur
Well, in fact the problem was ... the development mode of GWT. As I could not understand the problem, I tried to deploy the web app on tomcat and then the performances were almost the same for json and gwt serialization... Strange ... But the performance remains surprising : in speed tracer I

Re: restlet-gwt serialization performance

2011-01-20 Thread Thierry Boileau
Hello Ben, that's very surprising. I personnally work on a GWT project for a customer. We handle quite big objects and the GWT serialisation/deserialisation is not a problem. In order to see what happens, did you try with a classic HTTP client, such as curl, or a clientResource (from the jse

RE: Re: restlet-gwt serialization performance

2011-01-20 Thread Benibur
Hello, thank's for the quick answer ! I tried with IE, FF and Chrome. The result is the same. I profiled the client with the Chrome plugin Speed Tracer : I thought there was no ambiguity. But I had a doubt because chrome is working strangely on my pc. I then created a simple restlet client in

Re: Re: restlet-gwt serialization performance

2011-01-20 Thread Thierry Boileau
Hello Ben, How many objects are listed in the Operations structure? Could you perhaps send a sample test case? Best regards, Thierry Boileau Hello, thank's for the quick answer ! I tried with IE, FF and Chrome. The result is the same. I profiled the client with the Chrome plugin Speed Tracer