Monday, February 23, 2015

Static vs dynamic String internationalization

Hello everyone,

I'm trying to make a decision for my new project whether to use static or dynamic string internationalization. 
I know how to use both. It's more about pros and cons:
- The big advantage of dynamic internationalization to me, is that I can store my translations in a database, and update texts without the need of stopping servers to deploy a new compiled version of my application.
- On the other hand GWT documentation states that runtime performance is greater when using static internationalization. So my questions are:
 
How much better is runtime performance with static internationalization?
Are there other factors to consider besides those on http://www.gwtproject.org/doc/latest/DevGuideI18n.html ?
Can I still use UiBinder with dynamic  internationalization?

Thank you for all replies in advance.

Best regards,
Mike

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment