- Another vote for data binding + validation - Rich datagrid component, similar to the PagingScrollTable in the incubator - Inbuilt support for server push (comet) - We should be able to exclude methods from GWT compilation using an annotation (e.g.: @GwtIncompatible). This would make it easier to share classes between the server side and the client side. Right now, if we want to add a method that uses classes which are not GWT- compatible, it has to be put into a separate class, even if the method is only ever called by server side code. - Get an early start on Java 7 support (i know it is a moving target, especially the closures part, but there was a long wait for Java 5 support in GWT 1.5, and it would be nice if there was a much shorter wait for Java 7 support)
On Dec 16, 10:01 am, Bruce Johnson <[email protected]> wrote: > Working on a draft one. > > What do folks here think is important? > > On Wed, Dec 16, 2009 at 7:42 AM, tfreitas <[email protected]> wrote: > > What about roadmap? > > > -- > >http://groups.google.com/group/Google-Web-Toolkit-Contributors > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
