Wednesday, February 23, 2011

Re: Configure GWT Application

To configure servlets contained in your WAR, you can use any config mechanism supported by your servlet container.

To make configs available in the client, you can either write a service that can be called from the GWT client or, if the configured properties are available at the time the page loads, you can use a dynamic host page and the GWT Dictionary class as described here:


HTH,
/dmc

On Wed, Feb 23, 2011 at 6:21 AM, aemik <aemik84@googlemail.com> wrote:
Hello,

after a Deplyoment (for example Tomcat) i want to configure my Web
Application in a property or xml file.
Ist something like a "context.xml" possible in GWT?

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 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.




--
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

--
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