| Item | Property generated in web.xml | Description |
|---|---|---|
| EJB Local References | <ejb-ref-name> | In this field, specify the name of the EJB local reference relative to
java:comp/env
context.
The name must contain the EJB reference name used in the code of the Web application. |
|
| Click this button to open the
Edit EJB Local Reference dialog box.
Note The button is available only in a selected row. | |
| Type | <ejb-ref-type> | Use this drop-down list to select the expected type of the referenced EJB.
The available options are:
|
| Description | <description> | Provide a description of the reference. |
| Home | <local-home> | In this field, specify the fully-qualified name of the EJB's local home interface. |
| Component | <local> | In this field, specify the class that implements the referenced EJB component. |
| Link | <ejb-link> | In this field, specify the link from the EJB reference to the referenced EJB. |

