0

I understand that it's a GWT, but if it compiles to Javascript, can the generated html module compile to such a packaging that I can just deploy it on Apache, assuming I don't have any backend communications?

Stephane Grenier
  • 15,527
  • 38
  • 117
  • 192

1 Answers1

1

Yes. This is basically what I was getting at with this question. For the HTML port, you are effectively building a GWT application, which is just an HTML page hosting a bunch of cleverly obfuscated Javascript.

You can find the relevant Google documentation here:

Community
  • 1
  • 1
klenwell
  • 6,978
  • 4
  • 45
  • 84