Hello.  Did the search , but still no luck in getting an adequate
answer...

How can one configure AT RUNTIME the GWT application?
For example, I have a class MyConstants.java. I would like AT RUNTIME
in production certain variables to be filled in with some values,
while in development with other values. A good example would be
domainName.

I understand that when one talks about configuring a GWT applications,
one most likely means configuring it at compile time. However, i would
like to be able to take the same exact set of compiled js files, and
deploy it across different environments (dev, prod, QA, UAT, etc..)
and ONLY change some text-based configs.

Is this achievable? Sounds like a common task, but somehow don't see
much on the web about this...

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

Reply via email to