On Thu, Feb 5, 2009 at 4:22 PM, otismo <[email protected]> wrote: > 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?
This exact question comes up every couple of months on this list. Search the history and you'll find your answer. I'd bet that, if you solved this problem in an orthogonal fashion, you'd have yourself a pretty successful open source project on your hands. Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
