Table 1 lists the files supplied with 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:
|
Note: The default HFS samples
directory is
where cicsts31 is
the value of the CICS_DIRECTORY variable used by the DFHIJVMJ job during CICS
installation. |