Supplied components of the EJB “Hello World” sample

Table 1 lists the files supplied with the EJB “Hello World” sample.

Table 1. Supplied components of the EJB “Hello World” sample
Filename Type Default location Comments
CICSHelloWorld.ear EAR file HFS samples directory: see Note. The Web components of the sample application—Java servlet classes and source files; HTML and JSPs.
DFH$EJB Resource definition group CSD Contains the CICS resource definitions required by the sample application.
HelloWorldCLI.jar JAR file HFS samples directory: see Note. Client EJB stubs required by the servlet.
HelloWorldEJB.jar Deployed JAR file HFS samples directory: see Note. Java classes, source files, deployment descriptor, plus supporting classes for the CICS enterprise bean. Doesn't need to be unpacked unless you want to modify the source code.
readme.txt Text file HFS samples directory: see Note. Contains:
  1. Step-by-step instructions for installing the Web components of the EJB “Hello World” sample on WebSphere Application Server.
  2. Hints, tips, and debugging information.
Note: The default HFS samples directory is
/usr/lpp/cicsts/cicsts31/samples/ejb/helloworld
where cicsts31 is the value of the CICS_DIRECTORY variable used by the DFHIJVMJ job during CICS installation.