资 源 简 介
Project was fast-and-furiously developed for the purpose of translating and understanding GWT payload components. Requests were previously intercepted and the payload saved by jMeter"s Proxy server, all for the purpose of parameterizing GWT RPC calls, so that performance testing of a GWT application with Apache JMeter would be as realistic as possible.
To setup project in Eclipse:
create new Java project
check out the src folder
add your gwt project to build path (so that your classes can be loaded)
add jdk6 to build path
open run configuration and add this line to Program arguments window: "${stringprompt}""${fileprompt}"
Then, when you run/debug PayloadDeserializer class, Eclipse will prompt you with two dialogs. First one is for your payload and the second one is for destination file pat