1 | EJB references are used to obtain the reference of the other bean's home interface. |
2 | The deployment tool is responsible for proper binding in the JNDI context (might use LinkRef). |
3 | Application assembler tools can link an EJB reference declared in one enterprise bean to another bean in the same or different ejb-jar file. This gives an instruction to the Deployment tool to do the proper binding. |