CSHManager Constructors Setting the Default Book

16-2 Oracle Fusion Middleware Developers Guide for Oracle Help For example, If your product implementation JAR includes classes with the following directory structure, comyourCompanyyourProductSomeProduct.class comyourCompanyyourProductSomeClass.class then your help JARs should contain the matching paths so that the help content is below the product implementation classes in the shared directory structure: comyourCompanyyourProducthelpProductHelp.hs comyourCompanyyourProducthelpTableOfContents.xml comyourCompanyyourProducthelpSomeHelpTopic.html

16.3.2 Which Book Constructor to Use

To create a Book object with help content loaded from a JAR file, the help JAR file and implementation JAR files must be on the system CLASSPATH. If you have organized the JAR files as described, then you know the location of the help content is relative to the location of your implementation classes on the CLASSPATH. Thus, you will use the versions of the HelpSet constructors that accept a Java class and a relative path from that class. For example, if you have two JAR files, construct the helpset object using the following code: import com.yourCompany.yourProduct.SomeProduct; helpset myhelpset = new helpsetSomeProduct.class, helpProductHelp.hs; Part V Part V Oracle Help for the Web – Rich Client This part contains information on using Oracle Help for Web – Rich Client. It contains the following chapters: ■ Chapter 17, Deploying OHW-RC Demo File This chapter describes how to deploy an OHW-RC demo files. f you are new to OHW-RC, it is recommended to deploy the demo file before you start deploying your own help system ■ Chapter 18, Understanding OHW-RC Deployment This chapter describes the OHW-RC deployment process. ■ Chapter 19, Implementing Context-Sensitive Help in a Web Application This chapter describes how to implement a context-sensitive OHW-RC help in a web application. ■ Chapter 20, ADF Rich Client Help Provider This chapter describes the ADF Rich client help providers and how OHW-RC could be used as a help provider. ■ Chapter 24, Upgrading OHW-UIX This chapter describes information on upgrading to OHW-RC from OHW-UIX.