I have a simple client which makes a direct call to a rest service
e.g. calls to http://mydomainname/... It does not use a servlet

I want to be able to store the http://mydomainname in a config file so
that my gwt client can read it and form an url that points to my rest
service. (not every site will be using the same service)

I've found suggestions that recomment using <env-entry></env-entry> in
the Web.xml - but this appears to be unsupported with GWT. Is there an
alternative way to store configuration on the GWT client?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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