What would be the recommandations for designing a login screen in GWT?
I know that GWT is completely Async but the login process is fairly binary, you're either logged in now or never, but not something like perhaps later...
- Is there a way to make the client side wait?
- Should I have some kind of client side call back?
Any idea is appreciated...