Resource bundles in

You can define new resource bundles on both the server and the client.

Resource bundles on the server

You can define new server-side bundle entries and override the out-of-the-box server-side bundle entries. The server-side bundle file (sbcbundle.properties) is located in the <INSTALL_DIR>/resources/ directory.

Resource bundles on the client

You can define new client-side bundle entries and override the out-of-the-box client-side bundle entries. The client-side bundle files are located in the <INSTALL_DIR>/repository/eardata/sbc/war/sbc/resources directory.

To load the client-side bundles, the sbcBundle target is used. This target is defined in the sbccore.jsb file located in the <INSTALL_DIR>/repository/eardata/sbc/war/builder/sbc directory.