Deploying a GWT website

58 views
Skip to first unread message

shubhangi agarwal

unread,
May 11, 2020, 6:08:33 PM5/11/20
to google-we...@googlegroups.com
Hi,
I have developed a GWT website using IntelliJ IDE. And trying to deploy on Heroku but no correct buildpacks are found.
Can anyone tell how to deploy on Heroku or any other platform that support GWT website?

Dr. Lofi Dewanto

unread,
May 12, 2020, 3:34:27 AM5/12/20
to GWT Users
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.
Reply all
Reply to author
Forward
0 new messages