Re: Why changing text in properties file (using ConstantsWithLookup) doesn't make any change in the constants in Production Mode?

2014-03-08 Thread Thomas Broyer
As I said elsewhere, this is because the strings are compiled into the JavaScript. What you want is dynamic i18n: http://www.gwtproject.org/doc/latest/DevGuideI18n.html#DevGuideDynamicStringInternationalization (this is much less powerful than static i18n though) On Saturday, March 8, 2014

Re: Why changing text in properties file (using ConstantsWithLookup) doesn't make any change in the constants in Production Mode?

2014-03-08 Thread Tom
Does dynamic i18n make the app run slower? On Saturday, March 8, 2014 9:07:34 PM UTC+11, Thomas Broyer wrote: As I said elsewhere, this is because the strings are compiled into the JavaScript. What you want is dynamic i18n:

Re: GWT Designer not working (GWT 2.6 and Eclipse 4.3 (Kepler))

2014-03-08 Thread Thomas Broyer
On Saturday, March 8, 2014 7:04:14 AM UTC+1, Prashant Chaudhari wrote: Dear friends, I am using Eclipse 4.3 (Kepler) and GWT 2.6. The GWT Designer is not opening. I have attached the screen shot of the error. I have tried it on Kubuntu 13.10, Mint 16 KDE and Windows 8.1. Same error.

Re: Why changing text in properties file (using ConstantsWithLookup) doesn't make any change in the constants in Production Mode?

2014-03-08 Thread Jens
Does dynamic i18n make the app run slower? You app startup may be a bit slower if you have a large I18n bundle and memory consumption will be higher. You also loose compile time checks for your keys. Once your app is running I don't think it is noticeably slower in modern browsers. Older

gwt-kinetic a thin wrapper for Kinetic.js

2014-03-08 Thread confile
Hi, I am starting to make a new get wrapper for the kinetic js 5.x branch. You can find the code here https://github.com/confile/gwt-kinetic as soon as I upload some. If you are interested in working with me on this project please contact me. Best Michael -- You received this message

Re: Why changing text in properties file (using ConstantsWithLookup) doesn't make any change in the constants in Production Mode?

2014-03-08 Thread Tom
Ok, Thank you for your info, I don't think i need dynamic resource On Sunday, March 9, 2014 1:29:44 AM UTC+11, Jens wrote: Does dynamic i18n make the app run slower? You app startup may be a bit slower if you have a large I18n bundle and memory consumption will be higher. You also loose

[gwt-contrib] Re: Classloader issues for server-side code in DevMode with GWT 2.6

2014-03-08 Thread Thomas Broyer
On Sunday, March 9, 2014 1:09:23 AM UTC+1, Thomas Broyer wrote: Hi all, The update from Jetty 6 to Jetty 8 wasn't without regressions. One of them is a classloader issue. First, when starting DevMode, sometimes (IIRC, not for all projects, might be because I tried with a