Standardize to GBC
The internal product code is being standardized to GBC. As such, you should review the following:
GWC-JS
configuration parameter changed toGBC
.GWC_JS_LOOKUP_PATH
configuration parameter changed toGBC_LOOKUP_PATH
.
NOTE :The legacy tags (
GWC-JS
andGWC_JS_LOOKUP_PATH
) and resources (res.gwc-js
,res.path.gwcjs.user
) will continue to work as an alias for compatibility and to ease migration.
Local Storage
Starting with GBC version 1.00.16, new localStorage
front calls replace the Genero Application Server specific session.setVar
and session.getVar
used previously. Applications that used calls to the session module, for example,
CALL ui.Interface.frontCall("session", "getVar", [key], [value])
should now use calls to the localstorage
functions instead, for example:
CALL ui.Interface.frontCall("localStorage", "getItem", [key,value], [])