I dont understand *Binding* responsibilty of Deployer. For example whats the meaning of "The Deployer BINDS the
EJB references to the enterprise bean homes in the target operational environment."
<ejb-ref>
<ejb-ref-name>ejb/EmplRecord</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<home>com.wombat.empl.EmployeeRecordHome</home>
<remote>com.wombat.empl.EmployeeRecord</remote>
<ejb-link>EmployeeRecord</ejb-link>
</ejb-ref>
If this is specified in DD, then it is automatically binded and this is done by Bean Provider and Assembler. Then, whats Deployer binds?
Thanks,
Prashant