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