> is there any suitable implementation of Java Preferences API for GWT?
> Or at least some thought about it? I mean mainly considering client
> server asynchronous nature of GWT and what could be possible storage
> engine for this kind of service. I know there is Cookies class, but
> it's bound to a particular browser, but preferences could be used from
> any browser on any computer (after user logs in of course).
Any browser can be done by a Flash Cookie that is shared between
the different browsers AfAIR but if it should work for any com-
puter you have to store it on the server side and send it to the
client (after the login would be best). That way you don't have
to cope with the situation that there are more than one users at
a specific machine.
Regards, Lothar
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment