For some years I've been deploying GWT 2.8.2 to GAE with Maven & Google Cloud Tools. I now find GAE is not supporting Java 8 after January, so currently upgrading (rather slowly). There are 4 long POM files, probably better to mail them then post a distilled version here ?
On Sunday, December 17, 2023 at 5:20:56 AM UTC Craig Mitchell wrote: > Hi, > > The instructions here > https://www.gwtproject.org/doc/latest/tutorial/appengine.html are no > longer valid, as the Google Plugin for Eclipse is now dead (Google no > longer supports Java 1.8, and the Google Plugin for Eclipse doesn't support > any Eclipse versions that support anything after Java 1.8). Ref: > https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3710 > > The new approach with GAE is to use Maven or Gradle with Google Cloud > Tools. > > I've been struggling to work out how this is supposed to happen. It looks > like we now have to provide our own Web Server for GAE, but can we use the > Jetty server that GWT uses for development? I assume the deploy build > would not include the Jetty web server? > > If anyone has deployed a GWT app to GAE with Maven and the new Google > Cloud Tools, it would be great if you could give high level instructions on > how it's all supposed to fit together. > > An example Maven POM file with both the Google Cloud Tools, and GWT would > be even better. 🙂 > > Thanks! > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/bc2df8e1-6a57-42c6-8f5b-447ee279dc4fn%40googlegroups.com.
