Tuesday, May 12, 2020

Re: Deploying a GWT website

GWT is a transpiler. At the end the result is just a collection of JavaScript + HTML files.

You don't need any buildpacks for this purpose... Just take the "index.html" with all the JavaScript files "......cache.js". So generally only Tomcat / Jetty / Apache... pure web servers are enough.

Take a look at this presentation: https://bit.ly/gwtintropresentation

Slides from number: 24 - Anatomy of GWT Web Apps... you can see "Result JavaScript".

Hope this helps.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/2687b916-6a1e-4d83-acce-c1b041dd5dae%40googlegroups.com.

No comments:

Post a Comment