Hello, I need to load test my GWT application. In order to do that I want to simulate user behavior by making RPC calls to the main service of the application.
Unfortunately I haven't found any java API that enables to encode client requests and decode server responses. As I understant this part of GWT RPC protocol is available only in javascript. I ended up reverse engineering part of the protocol and writing an application specific python script that emulates RPC client. Is there any better approach? It would be really good if client side part of the protocol was implemented in java. Regards, Konstantin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
