April 2001
Intermediate to advanced
780 pages
23h 48m
English
<resource-ref >
<!ELEMENT resource-ref (description?, res-ref-name, res-type, res-auth)>
The
<resource-ref>
element contains a declaration of a web application’s reference
to an external resource, such as an Enterprise JavaBeans component or
a JDBC DataSource object.
<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>