Filipe Sousa schrieb:
>> It is most likely the serialization and de-serialization that is
>> taking the most time. There really isn't anything you can do about
>> this because it's the way XML-RPC works. It converts all your objects
>> into a really big string (xml) sends it over to the clients which then
>> re-instantiates the objects on the javascript side. You need to limit
>> the complexity and size of your objects when using XML-RPC.
>>
>> At least, I think I am correct. :)
> 
> I didn't know that GWT-RPC was using XML

There isn't but you have the same topics when it comes to
the transfer of data-objects from client to server and
vice versa.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to