How to handle internet connection down in GWT application
Posted
by Priya
on Stack Overflow
See other posts from Stack Overflow
or by Priya
Published on 2010-04-10T08:00:37Z
Indexed on
2010/04/10
8:03 UTC
Read the original article
Hit count: 188
gwt
Hi All,
I handle a website which is designed in GWT and I want to check if internet connection goes down in between accessing the website. If internet is down I want to give message as cannot connect to server or something like Gmail handles it.
Can anybody suggest what will be the best way to handle this?
© Stack Overflow or respective owner