On Mon, Dec 28, 2009 at 9:08 AM, sebv <[email protected]> wrote: > Hello, > In my opinion GWT 2.1 should provide the following features (order by > priority): > - WYSIWYG edit of uibinder with GWT eclipse plugin > - Beans Binding (JSR 295) implementation > - Beans Validation (JSR 303) implementation > - Helpers to ensure cross browser css compatibility > - Servlet remote service dispatcher for less xml configuration > - Optional MVP with inject (with GIN ?), service place implementation > and event bus >
Do you mean an event bus that uses server push (comet)? I suppose official comet support first would be great. > - Optional authentication mecanism > Why, GWT is a framework for writing web apps with most of its utility living inside the browser. Any authentication portion of a GWT app amounts to pretty much a login box which then asks a server component to validate and so on, so what exactly is GWT going to bring besides a widget. Whats the point of duplicating all the server libraries for validation. I notice that you did not mention authorization which is a much more complex topic and there are many options on how to achieve this. > - Scaffolding for generate forms > In addition to UIBinder, or do you mean some nice layouts for programmatically creating forms without any ui binder stuff ? > - HTML 5 capabilities already implemented in modern browsers > Like Video tag ? What happens if one is in a non html5 browser how should gwt fallback gracefully ie what should the video tag do ? > > I thank the whole team for their excellent work. > I have no doubt that the next version of GWT will be as good as the > previous version. > > Sebastian > > On 16 déc, 18:01, 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 > -- mP -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
