You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hey guys,
I have an AppEngine Application and a number of EC2 instances doing heavy lifting. I'd like to use GWT's RPC mechanism to communicate between these two servers and leverage my GWT-Dispatch and Guice structures. I just really like the way that's all handled. I was wondering if anyone has any tips on how to get GWT to make the RPC calls server side... basically a RemoteService implementation, but on the server instead of the client. Has anyone tried this?