I dug around a bit today and looked at the smartGWT i18n doc-page, but couldn't wrap my head around it, so asking here:
Normal GWT i18n uses deferred binding, i.e. it compiles the permutations so that they can be served as a static file from the server. With the <fmt>-strings when localizing the ds fields, i was wondering how the datasource resource fetch is processed on the server. Are they evaluated and generated on a per-request basis or are they pre-compiled so that there is one static datasource-version per language supported? If the datasource info is generated per request, are strings read from the resource file every time or are they at least cached in-memory?
Hope my question makes sense.
Normal GWT i18n uses deferred binding, i.e. it compiles the permutations so that they can be served as a static file from the server. With the <fmt>-strings when localizing the ds fields, i was wondering how the datasource resource fetch is processed on the server. Are they evaluated and generated on a per-request basis or are they pre-compiled so that there is one static datasource-version per language supported? If the datasource info is generated per request, are strings read from the resource file every time or are they at least cached in-memory?
Hope my question makes sense.
Comment