views:

85

answers:

1

I would like to create a chrome extension with GWT. Is it possible to use GWT's RPC to communicate from the extension to the server?

A: 

It looks like some rebinding is needed, based on this package in the gwt-gae-bookmarks project (a GWT Chrome extension that talks to an App Engine app via GWT-RPC).

Jason Hall