I'm trying to set up a load testing framework for my gwt app.  I've
used jmeter and liked it, but I have to re-record my scripts whenever
the gwt version changes.  I'd like to write some simple load tests and
let gwt itself format the requests.

My rpc client call looks like this:
requestService.sendRequest(payload, getAsyncCallback());

I'm looking for a way, outside of the GWT client framework, to mimic
that request to the server.  In other words, I want my java app to
pretend to be a gwt client.  RequestBuilder looks like it would work,
but its sendRequest() method takes a string and a callback.  I'm not
sure how to serialize my payload object into string that RPC will
properly decode.  Is there a way to get a reference to a
StreamSerializationWriter?  Or is it easier than that?

Thanks for any tips,
Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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