This subsection describes the notes on using the DI.
Table 12-8 ejb-jar.xml tags corresponding to the name attribute
Annotations and attributes | ejb-jar.xml tags corresponding to the name attribute |
---|---|
@EJB name() | <ejb-ref-name> tag under the <ejb-ref> tag |
<ejb-ref-name> tag under the <ejb-local-ref> tag | |
@Resource name() | <env-entry-name> tag under the <env-entry> tag |
<res-ref-name> tag under the <resource-ref> tag | |
<resource-env-ref-name> tag under the <resource-env-ref> tag |