Questions tagged [gwt]

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. Latest stable version of GWT is 2.8.2 (2017-10-19)

Interesting links

Useful libraries

20828 questions
29
votes
7 answers

The cons and pros of smartGWT

I'm starting work on a smartGWT project in a few days and I'd like to know what kind of experiences you had. To avoid making this a bashing of smartGWT or GWT or a freestyle discussion, I'm going to provide some pointers for the discussion: Do you…
pmr
  • 58,701
  • 10
  • 113
  • 156
29
votes
2 answers

Setup a remoteLoggingServlet in GWT

From http://code.google.com/intl/es-ES/webtoolkit/doc/latest/DevGuideLogging.html under the remote logging section it says that you need to You will also need to serve the remoteLoggingServlet. I would like to use the remote logging feature but…
Josh
  • 838
  • 3
  • 11
  • 22
29
votes
2 answers

How do stateless servers work?

I try to understand this. Normally each time user login system, server side will create a session, while user client side there is cookie. When people talk about stateless serverside, stateful client side, what do they mean? server side no need use…
cometta
  • 35,071
  • 77
  • 215
  • 324
29
votes
6 answers

How to declare dependent style names with UiBinder

I have a simple UiBinder widget containing a TextArea:
Eduard Wirch
  • 9,785
  • 9
  • 61
  • 73
29
votes
6 answers

Client side time zone support in GWT

I'm working on a GWT app where I need to support the following scenario: The server is located in time zone A The client's browser is set to time zone B The GWT app is configured to display date/time in time zone C Since GWT does not support…
Hedenius Access
  • 567
  • 2
  • 7
  • 11
28
votes
1 answer

Why am I receiving a "Plugin execution not covered by lifecycle configuration with GWT" error?

I'm using STS and I imported a GWT project from another machine. The project uses m2eclipse. I'm getting these two errors when building the project: Plugin execution not covered by lifecycle configuration:…
Neets
  • 4,094
  • 10
  • 34
  • 46
28
votes
6 answers

Instant value change handler on a GWT textbox

I would like to update a text field instantly when typing in a GWT TextBox. My problem is that ValueChangeEvent and ChangeEvent handlers only fire when the TextBox loses focus. I thought about using the KeyPressEvent but then nothing would happen…
Jla
  • 11,304
  • 14
  • 61
  • 84
28
votes
0 answers

Is GWT going to have a comeback or is it time to move on to AngularJS?

I personally think that GWT is a great tool. It might be hard to get into it but once you're gaining some confidence you have all the benefits of a high level language and you don't have to use JavaScript if you want but you still can. However, I…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378
28
votes
11 answers

Has anyone used GWT and can say it really delivers what it promises?

I am a long time Java web developer and as most web developers I have used quite a lot of JavaScript. Even though I don't hate JavaScript as many other Java developers, I am still aware of its faults. GWT is a way to write javascript using java.…
Avi Y
  • 2,456
  • 4
  • 29
  • 35
28
votes
12 answers

Override GWT Styling

I had a beautiful pure HTML mockup for a webpage that I am now recreating in GWT. I'm attempting to use the same css in my GWT app, but that's not working well for me. GWT styles seem to override mine. I know I can completely disable the GWT…
KevMo
  • 5,590
  • 13
  • 57
  • 70
28
votes
4 answers

Getting started with the SuperDevMode

I just want to run a simple app using superDevMode to know its benefits. The CodeServer is getting started successfully, but it is complaining there is no gwt modules to compile in the UI. I followed the following steps. I started with GWT Default…
Abhijith Nagaraja
  • 3,370
  • 6
  • 27
  • 55
27
votes
1 answer

Using the GWT Scheduler

I'm having a tough time understanding the difference between various methods of the com.google.gwt.core.client.Scheduler interface, specifically, the scheduleDeferred, scheduleFinally, and scheduleIncremental methods. I'm hampered in my…
David
  • 5,184
  • 3
  • 41
  • 67
27
votes
4 answers

Create an embedded JavaScript in a Cross Domain Host Page which is not affected by the Host Page CSS?

Most javascript widget which can be embedded into a website use the following structure. First you embed a code snipped like this: