Client-side GChart is a GWT chart library that supports line, pie,bar, area, and combination charts, popups, mouse events, and more.Thelive demo has advanced examples to illustrate what's poss...
GWTEventService is an event-based client-server communication framework. It uses GWT-RPC and the Comet / server-push technique. The client side offers a high-level API with opportunities to register l...
GWT is a very powerful framework that allows you to build efficient applications, especially if you follow the best practices described by Ray Ryan at Google IO 2009: Event Bus Dependency I...
After Ray Ryan talk about GWT architecture best practices, I created another framework implementing MVP + event bus architecture. You can find this framework here. I will concentrate my work on this ...
Do you find yourself re-inventing the wheel for every GWT-based project you take on? Do you feel like there should be an easy way of handling page navigation events? GWT Pages is a flexible and su...
GWT-MouseManager is a GWT library with two main objectives:Simplify mouse event management in GWT projects.Homogenize mouse events across browsers brands and versions.Handling mous...
A collection of java classes with event driven APIs to build an editable GWT table. This is the project I have worked on couple of years back. Sharing the project. Will update with demos and other fea...