Re: Developer plugin for Firefox 23 doesn't work

2013-08-29 Thread Emil Burzo
On Friday, August 16, 2013 12:42:01 PM UTC+3, GraÅžvydas Valeika wrote: > Hi, > > I just updated FF to 23. And I see strange behavior. > > Developer plugin properly installed and shows version 1.23 and latest > update date of today, > > but while starting DevMode application I'm getting 'Developme

Communicating with the server

2012-06-26 Thread Emil Daoura
Hi, I am new in GWT. I have a question about the Communication between a client and a server. I would like to create a GWT application that can do the following: The client A fires an event to the server and the server in his turn fire an event to the client B. Here the client B has to be able

Multipage application -- essentially another window.open question

2010-03-25 Thread Emil
Very new to GWT. start playing with it. It looks like the design of GWT is trying to have all the UI components modularized and then everything happens in one page. In old fashioned JSP/JSF world, the controller servlet decides which page to load and each page layout its own UI components and load