Walks you through the process of creating a Java Enterprise Java Bean (EJB) service interface for the BookDemo application.
Restriction: This topic applies only when the Enterprise Server feature is enabled.
Create a Java Interface type service interface for the BookDemo application.
- In the COBOL Explorer, right-click the
ProgramEJB project; then select
New > Other from the context menu.
- Expand
Micro Focus Service Interface, and select
Java Interface; then click
Next.
- In the
Java interface name field, type
AccessBooks.
- Select
None as the
Mapping option.
- Click the
Browse button associated with
Program to map.
This opens the
COBOL Source File dialog box.
- Navigate to the
book.cbl file in your
ProgramEJB project folder.
- Click
OK.
- Click
Finish.
This starts the Interface Mapper.