EJB reference properties

Description

Application clients, EJB components, and Web applications allow you to define EJB references that specify aliased JNDI names used in the application, component, or servlet code. These aliases allow the code to run on servers where the referenced components use a different JNDI name.


EJB reference syntax

EJB references have the form:

(description=desc,ejb-link=,jaguar-link=jndi-name,home=home, 
ejb-ref-type=type,ejb-ref-name=alias,remote=remote)

Where:


Usage

Use an EJB reference property to invoke beans (local or remote) through their remote interfaces. Use an EJB local reference property to invoke local beans through their local interfaces.

See also

EJB reference properties, com.sybase.jaguar.applicationclient.ejb-ref, com.sybase.jaguar.component.ejb-ref, com.sybase.jaguar.webapplication.ejb-ref