| Item | Property generated in web.xml | Description |
|---|---|---|
| Name | <ejb-ref-name> | In this field, specify the EJB reference name relative to java:comp/env context. |
| Type | <ejb-ref-type> | Use this drop-down list to select the expected type of the referenced EJB.
The available options are:
|
| Home Interface | <local-home> | In this field, specify the fully-qualified name of the EJB's local home interface. |
| Click this button to open the Choose Class dialog box. | |
| Remote Interface | <local> | In this field, specify the class that implements the referenced EJB component. |
| Click this button to open the Choose Class dialog box. | |
| Link | <ejb-link> | Specifies that the EJB reference is linked to an EJB. The link is composed as follows: <The path to the ejb-jar containing the referenced EJB>#<the ejb-name of the target bean>. The path name is relative to the WAR file containing the Web application. |
| Description | <description> | In this field, provide a description of the reference. |
| Click this button to open the Text dialog box for entering the textual description. |

and select
