I've used the excellent video at http://vimeo.com/23145118 as a proof of concept of writing an AJAX app in GWT and have this app communicate with my server based on Web2py.
Locally, I've disabled security on Google Chrome using its --disable- web-security flag but a) I'd like to stop doing that and b) I'd like to deploy this proof of concept up onto GAE. Using Google's GWT StockWatcher as an example, how do I add it to my Web2py Eclipse project so that the app will be served from the same web address and port as the Web2py service?

