Re: Properties emulation
If your ServletContainer, allows writing to a file, you can serialize
java.Util.Properties client-wise. For transport purpose, you can use
HashMap<String,String>.
J.Ganesan
www.DataStoreGwt.com
On Jul 6, 2:13 am, Ryan <rte...@gmail.com> wrote:
> Two questions for this group that may be the same question:
>
> 1. java.util.Properties isn't emulated from the JRE. Is there a
> substitute data structure for passing properties around in GWT?
>
> 2. Is there a way to include external properties generally in a GWT
> application? I'd like to have the client-side equivalent of a runtime
> properties file that I can change in a deployed WAR file without
> recompiling.
>
> I realize that I could use GWT Constants for this, but my purposes
> aren't really for i18n, and I still can't modify the properties
> without recompiling. Any suggestions?
>
> Ryan
--
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.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home