Name

<res-ref-name>

Synopsis

<!ELEMENT res-ref-name (#PCDATA)>

Description

The <res-ref-name> element specifies the name of a resource factory reference.

<resource-ref>
    <description>Primary database</description>
    <res-ref-name>jdbc/primaryDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>CONTAINER</res-auth>
</resource-ref>

Get Java Servlet Programming, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.