Hi,
I'm trying to read some configuration values in my GinModule. I want
to bind specific components according to this configuration. The
configuration is set up during maven build according, influenced by
the maven profile.

I started with the obvious solution adding some
configuration.properties file with IConfiguration interface using the
i18n framework but it seems that calling GWT.create() won't work - I
get an exception that it can work only on client side code.

Another option I though possible is to add custom properties to the
gwt.xml file, but I'm not sure how to do that and how to read this
file.

I don't need my configuration to be localized or anything, just a
simple file that can be accessed easily.

Any suggestions?

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