April 2001
Intermediate to advanced
780 pages
23h 48m
English
<res-auth>
<!ELEMENT res-auth (#PCDATA)>
The
<res-auth>
element indicates whether the application component code performs
resource sign-on programmatically or whether the container signs onto
the resource based on the principal mapping information supplied by
the deployer. Must be CONTAINER or
SERVLET.
<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>