A compiled GWT app is just HTML + JS, so nothing special. That means you can simply upload it to a web server and it will run. However you need to take care of the same-origin-policy restriction in browsers when doing your REST requests to the backend. How you do that kind of depends on how you plan to deploy the frontend and how the backend is deployed and reachable.
-- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
