Question on the open issues for 2.8 rc1

2016-07-26 Thread P.G.Taboada
Hi, I have been monitoring the issues for the rc1 (as far as milestone 2.8 in github issues means rc1), and it actually comes down to 4 documentation issues and https://github.com/gwtproject/gwt/issues/9352 Is it right? -- You received this message because you are subscribed to the Google

Re: Feeback on upcoming application

2016-07-26 Thread Alain Ekambi
Thx for the feedback. What do you mean editor for the given type ? On 26 July 2016 at 19:43, Rogelio Flores wrote: > I would use it mostly to move files from one "driver" to another, not so > much as an editor as I would probably prefer a dedicated editor for a given >

Re: Feeback on upcoming application

2016-07-26 Thread Rogelio Flores
I would use it mostly to move files from one "driver" to another, not so much as an editor as I would probably prefer a dedicated editor for a given type. But it would be useful to move files between storage providers and/or local file system. On Monday, July 25, 2016 at 11:17:16 PM UTC-6,

Re: Ui Binder Alternatives

2016-07-26 Thread James Horsley
Something like Elemento + Elemental 2 seems like a great lightweight choice in the future. FWIW I agree with Paul that UiBinder plus some top layer of the widget API (UIObject, Widget, etc.) will get ported over to work with GWT 3.0 by the community. There's no reason it can't work with Java APT

Elemental 2 inside uiBinder

2016-07-26 Thread Stefano Pulze
Hi all, Can I use elemental 2 inside a uiBinder? Where I can find examples and what is the best way to do that? Thanks -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: using Generics in GWT JsInterop: Uncaught java.lang.ClassCastException

2016-07-26 Thread Thomas Broyer
On Tuesday, July 26, 2016 at 4:45:03 PM UTC+2, zakaria amine wrote: > > I have an interface annotated with @JsFunction that I use as a callback > for events. As there are different types of events, I have added a type > parameter: > > > @JsFunctionpublic interface Function{ > > public

using Generics in GWT JsInterop: Uncaught java.lang.ClassCastException

2016-07-26 Thread zakaria amine
I have an interface annotated with @JsFunction that I use as a callback for events. As there are different types of events, I have added a type parameter: @JsFunctionpublic interface Function{ public JavaScriptObject call(T event); } >From the entry point I do something like : //...

Re: Ui Binder Alternatives

2016-07-26 Thread zakaria amine
Elemento project sounds like an intersting alternative: https://github.com/hal/elemento Le dimanche 24 juillet 2016 03:40:02 UTC+2, N Troncoso a écrit : > > With GWT 3.0, Widgets and UI Binder is losing support. Even besides that, > I'm not a huge fan of UI Binder. I'd really just prefer to use

Re: Ui Binder Alternatives

2016-07-26 Thread Paul Stockley
I think there is a good chance that Widgets / UiBinder in some form could get ported to GWT 3.0. Probably not by google and probably in separate projects from the main GWT compiler stack. On Monday, July 25, 2016 at 7:58:50 PM UTC-4, Gilberto wrote: > > Nobody really knows how GWT 3 will be for