Questions tagged [gwt2]

GWT is an open source and free framework made by Google.

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, and used by thousands of developers around the world.

The coolest thing GWT provides is that it makes the developer create rich web applications without knowledge of JavaScript. It makes developers write code in Java and it compiles into JavaScript specifically made and optimized for each browser, providing cross-browser compatibility and security and raising developer productivity.

GWT 2.x supports:

  • Development mode
  • Layout panels
  • Bundled client resources
  • Editors framework
  • RequestFactory
  • MVP framework
  • Cell widgets
  • SafeHtml

You can find more about it at GWT's official web site.

412 questions
3
votes
2 answers

com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit

I'm getting below error while compiling gwt app with ver 2.6.0, Initially I have compiled it with maven having gwt ver 2.6.1 and then tried to compile it through eclipse having version 2.6.0. Is it related to version…
Tarish Saini
  • 340
  • 1
  • 5
  • 14
3
votes
2 answers

Retrieve GWT radiobutton value in servlet

I'm having a headache figuring how to retrieve the gwt Radio Buttons values in the server side. Here is my UiBinder form: apple
3
votes
1 answer

String.split() method bug in GWT 2.0.3

I'm upgrading a GWT project from GWT 1.7.1 to currently newest version 2.0.3. It seems that new GWT broke String.split(String regex) method - I get the following error on the Javascript side: this$static is undefined This happens in this line of my…
Domchi
  • 10,705
  • 6
  • 54
  • 64
3
votes
0 answers

How to speed up the gwt 2.6 Super Dev Mode compiler?

I'm upgrading my GWT project to 2.6 Release Candidate 1 (GWT 2.6 RC1), and trying the new Super Dev Mode. I use for the normal dev mode: in my gwt.xml :