-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a server-less (client-side code only) app for which I want to
store a few user preferences: total data is a few hundred bytes.

Right now I'm storing these in cookies, which works fine, but of course
don't work if the user runs my app from a different computer.

I could add remote storage of preferences by adding a server backend,
implementing a login system, user management, etc etc but I really don't
want to do that.

Are there any existing cloud services that would me to store this data
in the account the user already has with, for example, Google Docs? I
see that Docs has an API, but it's HTTP-based and so is going to be
difficult to use from GWT. What else can I look at?

- -- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ }
│ --- Conway's Game Of Life, in one line of APL
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvylrQACgkQf9E0noFvlzhY+ACg0Sj0QRM2gbtFF99imtJcGAqK
FLcAnRCh3E8KKT3qGhojqP19nHP2Udj6
=iVLT
-----END PGP SIGNATURE-----

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to