How do I change the text displayed on a pages title bar?

• Q: Where is it possible to change the text displayed in the page footer? A: The page footer is defined in the file designpageFooter.jsp.

3.8. Business Service Control Framework

This section describes the Business Service Control BSC from the developers point of view. It describes the Business Service Control Framework architecture and configuration, and demonstrates how to customize the console. The Business Service Control implementation and configuration are contained in the JAR file bsc.jar located in directory REGISTRY_HOMEappuddi . This section has the following subsections: Section 3.8.1, Business Service Control Localization How to localize the Business Service Control, or the Registry Control. Section 3.8.2, Directory Structure The directory structure of bsc.jar. Section 3.8.3, Business Service Control Configuration Business Service Control configuration files in bsc.jar. Section 3.8.5, Permission support Features to establish whether users have permission to perform operations. Section 3.8.6, Components and Tags Components and tags in bsc.jar used to develop Business Service Control components.

3.8.1. Business Service Control Localization

Oracle Service Registry is ready for localization. This chapter is focused on localization of web applications such as the Business Service Control and Registry Control. It provides information on Oracle Service Registry localization support and how to write localizable web applications. Basic concepts The localization support is built upon standard Java resource bundles and the JSP formatting tag library. Locale detection The user language-detection routine is invoked for each HTTP request. When the user is logged in, the userAccounts languageCode is used, if it is set. Otherwise the browsers preferred language is used. The system then finds the resource bundle for the chosen locale or uses a default resource bundle, if there is no such localized resource bundle. See the ResourceBundle javadocs for details of the algorithm. The system uses UTF-8 encoding by default, but it can be configured to use a custom locale-encoding mapping in the file web.xml : webFramework encoding map locale=en encoding=UTF-8 map locale=zh encoding=Big5 encoding webFramework Resource bundles There is one resource bundle common to all JSP files serving as a dictionary - com.systinet.uddi.bui.standard.BUIMessages . It contains keys for common words like OK, Cancel or names of entities Provider, Service. Then each top-level directory in the jsp directory has a unique resource bundle for its files Page 567 Resource bundles