Integrating Online Help With ADF Faces Application Registering OHW-RC as an ADF Rich Client Help Provider

20-6 Oracle Fusion Middleware Developers Guide for Oracle Help Part VI Part VI Oracle Help for the Web – UIX This part contains information on using Oracle Help for the Web – UIX. It contains the following chapters: ■ Chapter 21, Deploying OHW-UIX Demo File This chapter describes how to deploy the demo OHW-UIX EAR file. If you are new to OHW-UIX, it is recommended to deploy the demo file before you start deploying your own help system. ■ Chapter 22, Understanding OHW-UIX Deployment This chapter describes the OHW-UIX deployment process. ■ Chapter 23, Implementing Context-Sensitive Help in a Web Application This chapter describes how to implement a context-sensitive OHW-UIX help in a web application. 21 Deploying OHW-UIX Demo File 21-1 21 Deploying OHW-UIX Demo File This chapter describes how to deploy OHW-UIX demo file on Oracle WebLogic Server. The OHW-UIX demo EAR file contains the class libraries that you need to view the demo and try out the release. It includes sample helpsets, OHW-UIX servlet file, and XML configuration files. You can deploy the demo file to experience the OHW-UIX interface, or replace the existing helpsets and add your own. The following sections help you understand the demo file, deploy and test the sample helpset in your environment, and optionally add your own helpset for testing and deployment: ■ Section 21.1, Understanding the OHW-UIX Demo File ■ Section 21.2, Installing the OHW-UIX Demo EAR File on Oracle WebLogic Server ■ Section 21.3, Installing the OHW-UIX Demo EAR File using Oracle JDeveloper ■ Section 21.4, Running the OHW-UIX Demo EAR File

21.1 Understanding the OHW-UIX Demo File

The OHW-UIX demo file, ohw-uix-demo.ear, contains three OHW-UIX sample helpsets along with their help topics, helpset file, and control files. It also contains ohwconfig.xml which is needed to configure OHW-UIX. The OHW demo EAR file extracts files into the ohw-uix-demo directory. The EAR file, when extracted, contains an ohw-uix-demo.war file and creates the META-INF directory, which contains the application.xml file. The ohw-uix-demo.war when extracted into ohw-uix-demo directory contains the helpsets directories along with their help topics, helpset file, and control files. Table 21–1 describes the files and directories in OHW-UIX demo file. Table 21–1 OHW-UIX Demo Files Directory Location Description application.xml Java EE application: a simple OHW-UIX application. The file is available in META-INF directory. helpsets A web module containing three helpsets: blafdoc, ohguide, and the sample shakespeare, in their respective directories. The helpsets directory exists in the ohw-uix-demo.war file. 21-2 Oracle Fusion Middleware Developers Guide for Oracle Help

21.2 Installing the OHW-UIX Demo EAR File on Oracle WebLogic Server

Installing the demo EAR file is a very simple process: 1. Download the OHW-UIX demo EAR file from OTN. The name of the demo file is ohw-uix-demo.ear. This file includes OHW-UIX and sample helpsets.

2. Start the Oracle WebLogic Administration Console and navigate to Deployments

page.

3. In the Deployments page, click Install to start the deployment wizard.

4. In the Path field, enter the location where you saved the ohw-uix-demo.ear file,

and click Next. 5. In the Choose targeting style page, select Install this deployment as an application , and click Next. 6. In the Optional Settings page, verify the settings. It is recommended that you leave the settings as default. Click Next to continue, or click Finish to complete the deployment.

7. In the Additional Configuration page, select Yes, take me to the deployments

configuration screen and click Finish to complete the deployment. The deployment wizard, after successful deployment, returns you to the Settings page of ohw-uix-demo.ear. If there are errors while deploying the file, you are navigated to Deployment home page where the errors are listed in red text.

21.3 Installing the OHW-UIX Demo EAR File using Oracle JDeveloper

To install the demo file on Oracle JDeveloper, follow these steps: 1. Download the OHW-UIX demo EAR file from OTN. The name of the demo file is ohw-uix-demo.ear. This file includes OHW-UIX and sample helpsets. 2. Start JDeveloper.

3. Create a new application from the ohw-uix-demo.ear file. From the File menu,

select New. In the New Gallery dialog, select Applications under General category, and then select Application from EAR File from the Items list. 4. In the Location page of Create Application from EAR File wizard, browse and select the ohw-uix-demo.ear file. You may also change the application name and the location of application. Click Next to continue. cabo The UIX installable resource files. The cabo directory exists in the ohw-uix-demo.war file. web.xml Contains configuration and deployment information that affects OHW-UIX. The file ise available in WEB-INF directory of ohw-uix-demo.war file. ohwconfig.xml OHW-UIX configuration file. The file is available in helpsets directory. Table 21–1 Cont. OHW-UIX Demo Files Directory Location Description