Sunday, February 8, 2015

Re: Using GWT for front-end code only

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment