I am new to web programming and GWT looks to be perfect tool for me to
build web apps so I am excited about using it. I am still getting use
to the restrictive nature of what you can do in the client and what
J2SE classes are available for us. If it helps I am doign my
development and testing with eclipse.

How do I test with cookie values ? Do I have to deploy to my real
webserver in order to use cookie values in my app ? When I run my app
in eclipse Cookies.getCookieNames returns an empty Collection, which I
would expect. Can I load the GWT webserver or browser with cookie
data ?

Assuming I can get the cookie data I need. How do I store and acces
private user data. I am not sure what the proper web term but I was
thinking I would creat some kind of hash of the username to make a url
where that users private data could be stored and fetched by the GWT
client app. Are there APIs for this sort of thing ?

Thanks
David

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to