Questions tagged [gwt-compiler]

A part of the GWT toolkit that translates Java into JavaScript

A part of the GWT toolkit that translates Java into JavaScript

52 questions
0
votes
1 answer

Constructor not found errors on compile

I am having a weird problem that I cannot get to the bottom of. I have a class as follows: public class I18nTextBox extends I18nAbstractTextBox { public I18nTextBox() { this("", Consts.MAXL_BASIC); } public…
GTF
  • 8,031
  • 5
  • 36
  • 59
0
votes
0 answers

GWT Code splitting using Async Provider

I'm using runAsync in GWT to split my code for different subsystems of my app, with the Async provider pattern (found in the code splitting documentation). So, every time i need to instantiate any of my classes using runAsync, I create a method for…
Andrei F
  • 4,205
  • 9
  • 35
  • 66
0
votes
1 answer

GWT runAsync - generated fragments code dependencies

i'm trying to modify my app's loading performance by using runAsync when initializing different subsystems and I have a few questions: when the code called in callback's onSuccess method is split in another download fragment, will all the code from…
Andrei F
  • 4,205
  • 9
  • 35
  • 66
0
votes
2 answers

GWT compiler errors in Ant buildfile

I have the following Ant target: