I'd suggest you read about UIDL<https://vaadin.com/book/vaadin6/-/page/uidl.html>. Vaadin UI is built on GWT in a special way - all GWT code is precompiled unless you need to customize GWT widgets. Even in that case, I guess you can still achieve precompilation if you model your project well.
On Thu, Dec 5, 2013 at 5:05 PM, Vicente J. Ruiz Jurado <v...@ourproject.org>wrote: > El 05/12/13 08:13, Frank R. escribió: > > Hi Vicente > > > > You don't have to disable languages. It should be able to get optimized, > > say by moving to a sub GWT project, and being compiled only when the > > languages are changed. You can learn more details if you look into > Vaadin. > > If I'm not wrong vaadin is server side generated code, so I doubt that > this applies to gwt client side code, but maybe I'm wrong. Do you know > any showcase? > > >From my experience, when my gwt project depends on other libraries with > more enabled locales, my project increase also the locale permutations > on each compilation. > > Bests, > -- > Vicente J. Ruiz Jurado > > http://comunes.org > http://ourproject.org > http://homes.ourproject.org/~vjrj/blog (@vjrj) > > "He who receives an idea from me, receives instruction himself without > lessening mine; as he who lights his taper at mine, receives light > without darkening me." [Thomas Jefferson] > > > > > >