How to use GWT 2.1 Data Presentation Widgets

Google I/O 2010 – GWT’s UI overhaul javadocs package com.google.gwt.cell.client in 2.1 Eclipse update site for milestone 2 While the code is in bikeshed, add this line to your gwt.xml file: <inherits name=”com.google.gwt.requestfactory.RequestFactory”/> The following examples follow: CellList of TextCells with PageSizePager CellList of TextCells with a SimplePager CellList of TextCells with a SimplePager and … Read more

GWT vs Dart – what are the main differences? Is Dart a potential replacement of GWT? [closed]

I think I found it: (should have read Dart’s FAQ first, instead of googling “GWT vs Dart”) From: http://www.dartlang.org/support/faq.html#future-for-GWT Q. What’s the future for GWT? Bruce Johnson posted on the GWT blog (with further comments on Plus): “Dart and GWT both share the goal of enabling structured web programming. In fact, many of the same … Read more

How to use the GWT EventBus

When you divide the project into logical parts (for example with MVP), then the different parts sometimes need to communicate. Typical this communication is done by sending status changes, e.g.: user logged-in / logged-out. user navigated directly via URL to a page, so the menu needs to be updated. Using the event bus is quite … Read more

Threading in GWT (Client)

JavaScript doesn’t support multithreading. However, GWT has a class to ‘simulate’ threading, which is not real multithreading, but in most cases does what you need: com.google.gwt.core.client.Scheduler.ScheduledCommand. The technique is based on the timer class, which executes a method after the given time elapses. For example, when placing the following code in you own code, the … Read more

Java 8 support in GWT

EDIT GWT 2.8.0 was released on Oct 20, 2016 with support for Java 8 language constructs (lambdas, method references) and emulation of some Java 8 APIs (streams mostly) EDIT as of Apr 2014, GWT 2.6 supports Java 7, and work is underway to support Java 8 in GWT 2.7, to be released by the summer … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)