[appengine-java] Re: Reusing GWT Localization on Server Side

2010-08-16 Thread Casey
I figured that I was going to have to write my own parser for the properties file but I was hoping that I might have missed a new GWT or GAE feature. Thanks for your response and I"ll ask the same question in the GWT group. On Aug 16, 12:42 pm, "Ikai L (Google)" wrote: > Since they're just proper

[appengine-java] Re: Reusing GWT Localization on Server Side

2010-08-22 Thread Uwe Maurer
Maybe this project can help http://code.google.com/p/gwt-i18n-server/ It provides a GWTI18N.create which replaces the GWT.create FooMessages msg = GWTI18N.create(FooMessages.class); msg.fooBar(...); Uwe On Aug 16, 9:18 pm, Casey wrote: > I figured that I was going to have to write my own pars

[appengine-java] Re: Reusing GWT Localization on Server Side

2010-08-23 Thread Casey
It looks promising but open issue list indicates that it doesn't work with GAE. Thanks though. I'll apply the patch from the open issue and everything should be fine. On Aug 22, 1:54 pm, Uwe Maurer wrote: > Maybe this project can help > > http://code.google.com/p/gwt-i18n-server/ > > It provides