Re: UiBinder alternative

2016-09-16 Thread Predrag Remark
Ahmed, just a few suggestions: This time try to build it more abstract so that it does not depend on particular version of GWT/GXT. Try to avoid all unnecessary things that might disappear over time (like UIBinder - use html, css instead). In fact, try to make it future proof by not depending o

Re: UiBinder alternative

2016-09-08 Thread Slava Pankov
UiBinder should not be removed. It's not about widgets, but about convenient way of defining UI. And also it's quite similar to Android way of developing, so quite comfortable for developers with Android experience. On Thursday, September 8, 2016 at 8:25:52 AM UTC-7, Ahmad Bawaneh wrote: > > an

Re: UiBinder alternative

2016-09-08 Thread Ahmad Bawaneh
and one more thing I think publishing news about the major changes in an API early is a good thing, as long the road map and the upgrade process and the alternatives are known, because if not the uncertin things might cause people to backaway from the API, people like to know what is comming ahe

Re: UiBinder alternative

2016-09-08 Thread Ahmad Bawaneh
On Thursday, September 8, 2016 at 4:41:43 PM UTC+3, Thomas Broyer wrote: > > > > On Thursday, September 8, 2016 at 3:00:36 PM UTC+2, Ahmad Bawaneh wrote: >> >> Hi >> Is there any plans or suggestions for the UiBinder alternatives since >> UiBinder will be removed from GWT 3.0? >> > > *might* be

Re: UiBinder alternative

2016-09-08 Thread Thomas Broyer
On Thursday, September 8, 2016 at 3:00:36 PM UTC+2, Ahmad Bawaneh wrote: > > Hi > Is there any plans or suggestions for the UiBinder alternatives since > UiBinder will be removed from GWT 3.0? > *might* be removed would be more accurate. Let me repeat one more time: development on GWT 3.0 has

Re: UiBinder alternative

2016-09-08 Thread Ümit Seren
Why not just use HTML ? GWT's widget are quite "heavy" and probably will be replaced by web-components down the road. If you really need widgets you can look into Errai framework (http://erraiframework.org/) On Thursday, September 8, 2016 at 3:00:36 PM UTC+2, Ahmad Bawaneh wrote: > > Hi > Is the

Re: UiBinder alternative

2016-09-08 Thread zakaria amine
Elemento is the only one that I can think of: https://github.com/hal/elemento You could also lay your layout in the .html and use elemental for interaction with the elements. Le jeudi 8 septembre 2016 15:00:36 UTC+2, Ahmad Bawaneh a écrit : > > Hi > Is there any plans or suggestions for the UiB