Questions tagged [gwt-2.8]

GWT (formerly the Google Web Toolkit) is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without requiring the developer to be an expert in browser quirks, XMLHttpRequest, and JavaScript. GWT is used by many products at Google, including the new versions of AdWords and Groups. It's open source and completely free (Apache 2.0 licensed).

GWT (formerly the Google Web Toolkit) is a development toolkit for building and optimizing complex browser-based applications. Its core feature is the Java to JavaScript compiler.

The official docs cover all the basics and advanced topics – it's a great place to start and you'll often come back to it when you want to expand your knowledge of the framework. The docs are sprinkled with example code, but if that's not enough for you, there are always the samples that come with the GWT bundle.

For more esoteric topics the GWT Google Group might be of help.

Interesting links

Useful libraries

25 questions
6
votes
1 answer

How to use XMLHttpRequest in GWT?

XMLHttpRequest is an alternative for HTTP calls from GWT client side and allows the control over all aspects of requests/responses. But how to use it? javadoc address:…
hadiafifi
  • 109
  • 6
5
votes
2 answers

GWT - Error constructing Java AST

What could possibly be causing this error during compilation? I have generated project from this archetype https://github.com/ArcBees/Arcbees-Archetypes and I have changed only thing - update GWT to 2.8.0 and GWTP to 1.5.3. [INFO] [ERROR] An…
leiblix
  • 626
  • 1
  • 8
  • 21
3
votes
2 answers

Errai 4 running on Tomcat

I am attempting to get Errai 4.0.0.Beta1 running in Tomcat, and I was wondering if anyone has done this before? Specifically, I am trying to determine what dependencies I can remove from Errai (i.e. Wildfly), and any additional steps required to…
randymay
  • 403
  • 4
  • 12
2
votes
1 answer

GWT Compiler : when is a compilation error fatal?

I'm trying to understand more about how GWT compilation works. More specifically, I want to know how does GWT decide that a particular error is fatal, and the app compilation should fail because of it, and how does it decide that compilation is…
Andrei
  • 1,613
  • 3
  • 16
  • 36
2
votes
2 answers

GWT 2.8 websocket support

Does jetty server in gwt 2.8 support websocket now? As I know it did not support before. If there is a positive answer, then how to make it work? Stripping out jetty-8 and replaceing it with jetty-9 is not a good idea I think.
Big Sam
  • 29
  • 8
1
vote
0 answers

Debug Doesn’t Work After Migrating SmartGWT from v4.0 to v13.0

I have a test environment with the BuiltInDs project that uses the following components: JDK 1.8 SmartGWT Eval v13.0-p20221103 GWT 2.8.2 Maven 3.8.6 And to run it I use the following targets: With this configuration, I can access Developer…
1
vote
0 answers

Unresponsive tabs in Chrome and Safari after upgrading to GWT 2.8

Recently I've attempted to upgrade to GWT 2.8 but ran into an issue where a small number of users report browser tabs hanging (eventually putting up kill/wait popups) in Chrome 55.0.2883.95 and Safari 10.0.2. Seems to affect Mac users primarily.…
1
vote
1 answer

GWT 2.8 cannot get custom linker to work

I have a custom linker to generate a manifest file that used to work fine up to GWT 2.7. When I changed to GWT 2.8 I noticed it stopped generating the file myapp.manifest. On module.gwt.xml I have
Rodrigo Fava
  • 318
  • 3
  • 12
1
vote
2 answers

Can't compile GWT app using 2.8.0-SNAPSHOT and Java 8 with gwt-maven-plugin

I am struggling to get my app to compile using GWT 2.8.0-SNAPSHOT and Mojo's gwt-maven-plugin 2.8.0-SNAPSHOT I receive the same compiler errors each time: [INFO] --- gwt-maven-plugin:2.8.0-SNAPSHOT:compile (default) @ UsavAppV7 --- [ERROR] Jul 20,…
slugmandrew
  • 1,776
  • 2
  • 25
  • 45
1
vote
1 answer

gwt 2.8 beta1 - trying to invoke a java method from javascript using jsinterop

I am trying to invoke a gwt method from javascript using latest JsInterop - below is the head part of my html