Re: IdFactory.ephemeralIds - ever-growing collection?

2017-04-04 Thread Thomas Broyer
On Tuesday, April 4, 2017 at 10:35:51 AM UTC+2, Petr Janeček wrote: > > Either my issue is ignored because nobody knows (in which case this is a > new bug and I'll gladly file an issue ticket), or because it's been poorly > worded. > > What we see is *RequestFactory leaking 30 MB/hour of memory

Re: IdFactory.ephemeralIds - ever-growing collection?

2017-04-04 Thread Petr Janeček
Either my issue is ignored because nobody knows (in which case this is a new bug and I'll gladly file an issue ticket), or because it's been poorly worded. What we see is *RequestFactory leaking 30 MB/hour of memory due to its internal cache which never invalidates*. On the client. This is prob

Re: Starting new GWT project - what to use

2017-04-04 Thread Thomas
Thanks for that info David. Quite simple indeed. We are currently relying on a lot of widgets, but we've got a similar pattern already using com.google.gwt.dom.client.* elements in UiBinder. That helps alot! On Tuesday, April 4, 2017 at 3:22:22 PM UTC+8, DavidN wrote: > > Thomas, > > I can't p

Re: Starting new GWT project - what to use

2017-04-04 Thread David
Thomas, I can't point you to any example on the internet. I am not allowed to post my code online. But is is actually quite simple. I just use UiBinder and inside plain html tags inside an HTMLPanel. Something like this: In the UiBinder class you can just do: @UiField HTMLEleme