Resource reference properties

Description

For application clients, EJB components, and Web applications, you can define resource reference properties. Resource references specify aliased JNDI names for database connections, JavaMail sessions, and URL factories used by the application code.


Resource reference syntax

Resource reference properties are of the form:

res-ref1, res-ref2, ...

Where res-ref1, res-ref2, and so forth are of the form:

(description=desc,res-type=type,res-auth=auth, 
res-sharing-scope=sharing,res-link=link, 
res-ref-name=jndi-name)

Where:

See also

com.sybase.jaguar.applicationclient.resource-ref, com.sybase.jaguar.component.resource-ref, com.sybase.jaguar.webapplication.resource-ref