I'm using the Restlet 2.1 WriterRepresentation to stream out JSON to a 
Restlet GWT JSON client.

I have 'pages' of data from a web service that I'm streaming over JSON 
in one request to a GWT client.  The server is streaming it out fine, 
but I'm not sure how to implement the client side in GWT.  I'm streaming 
it as it's too big to keep on the server.

I'm basically asking if the ClientProxy Result<T>  implementation should 
accept a JsonRepresentation as the<T>  type, or if it's a String or some 
other type.

Thanks,
Dustin

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2892546

Reply via email to