A reference in one enterprise bean to another enterprise bean that has a home interface and a remote interface. This type of reference gives the referencing enterprise bean remote access to the referenced bean's methods, but imposes all the overhead of remote references, including pass-by-value, marshalling, and stubs.
Each EJB 2.1 EJB reference has a corresponding ejb-ref entry in the deployment descriptor.