Plan for Official WebSocket Support?

2015-01-24 Thread Art Hsieh
Hi All, I can't seem to find any plan regarding adding the official WebSocket support to GWT. I know there is at least one open source project (gwt-ws) exists, but I am just wondering if GWT is considering adding WebSocket support into next official release. Thanks, Art -- You received this

How to make sure the previous created widgets are used?

2015-01-24 Thread 'Leung' via Google Web Toolkit
Hi A code management question. Let say, if someone previously has created a client widget that includes user name and password check for creating account, is there any way to make sure that the same widget will be re-used when creating account is needed at other places of the application? People

Re: Plan for Official WebSocket Support?

2015-01-24 Thread Peter Donald
Just FYI there is an actively maintained websockets library at https://github.com/realityforge/gwt-websockets On Sat, Jan 24, 2015 at 7:41 PM, Art Hsieh wrote: > Hi All, > > I can't seem to find any plan regarding adding the official WebSocket > support to GWT. I know there is at least one open

Re: GWT + GAE : how to handle communication failure...

2015-01-24 Thread Clement Boret
Hello. thank you for your answer. However I just gave a scenario where there would be a problem... but even if you reduce the size of the object returned to 0.1 KB, you can still have a connection failure on the client side "JUST AT THE WRONG TIME" --> the request is received by the server and t

Re: GWT compile times between 2.6.0 & 2.7.0

2015-01-24 Thread Bhumika Thaker
Jens, This is really good answer that help us to understand about permutation. Here you mention , *>>I can't remember when I did a full app compile during development.* I have some questions from it like - Are you not using options "On" and "Off" button in dev mode that are compile appli