Re: UIBinder and UI update/change at runtime

2016-02-28 Thread vadim
Gilberto, Thank you very much - you saved me a lot of time figuring out what is happening. The problem was indeed in DockLayoutPanel "add" method that is locked after adding "center" widget. I didn't mention this note at documentation. When I replaced DockLayoutPanel with LayoutPanel -

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Somebody has to do it! :P #gwtisback On Monday, 29 February 2016 01:19:36 UTC+1, Alain wrote: > > "And GWT is such an awesome technology I am simply no getting why it's so > underused.." > > Advertissement :) > > On 29 February 2016 at 01:02, Stefan Falk > wrote: > >>

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Alain Ekambi
"And GWT is such an awesome technology I am simply no getting why it's so underused.." Advertissement :) On 29 February 2016 at 01:02, Stefan Falk wrote: > Well, as for me I am willing to do almost *anything* just for the sake of > not having to write too many

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Well, as for me I am willing to do almost *anything* just for the sake of not having to write too many JavaScript lines :D And GWT is such an awesome technology I am simply no getting why it's so underused.. On Sunday, 28 February 2016 23:15:17 UTC+1, Ed wrote: > > @Stefan > Totally Agree

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Ed
@Stefan Totally Agree there are some points of concern. I am so used to doing things the "hard" way that I am immune to the pitfalls. At the end of the day Eclipse give me what I need for my particular use case. I usually do not use the build in server and deploy to jetty/tomcat instances for

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
@Ed: Don't get me wrong. I like Eclipse and I am basically an Eclipse-only developer. I would use it to brew coffee if there was a plug in. :D What I'm just missing are some basic support e.g. if I use GWTP I want to see some generated code. Java/GWT has some boilerplate code that could be

getCookie() always returns null

2016-02-28 Thread Stefan Falk
Can anybody tell me why my cookie is null ? Cookies.setCookie(ApiParameters.LOGIN_COOKIE, sessionId, expires, null, "/", true); String cookie = Cookies.getCookie(ApiParameters.LOGIN_COOKIE); if(cookie == null) {