S
segalsegal
Some people are in environments in which there is no Java on their
computers, and they've asked about using the Google Web Toolkit to get
our huge applet (~40,000 lines of code, 3 MB of data) running without
Java.
How well does the GWT approach scale? We tried a test of
multiplication, and it seemed that was 40 fold slower using the GWT -
JavaScript approach as compared with Java. Since the biggest
calculation in our software takes ~50 ms using Java, am I correct to
be concerned that it will take ~ 2 seconds using GWT?
Also, is there a good summary of the limitations encountered using GWT
instead of just staying in Java?
computers, and they've asked about using the Google Web Toolkit to get
our huge applet (~40,000 lines of code, 3 MB of data) running without
Java.
How well does the GWT approach scale? We tried a test of
multiplication, and it seemed that was 40 fold slower using the GWT -
JavaScript approach as compared with Java. Since the biggest
calculation in our software takes ~50 ms using Java, am I correct to
be concerned that it will take ~ 2 seconds using GWT?
Also, is there a good summary of the limitations encountered using GWT
instead of just staying in Java?