Remote EntityBean
Overview
In the EJB 1.0 and 1.1 specifications, method calls had to be done remotely through RMI even
though they may reside in the same Jar/EAR file, and therefore the interfaces for
an EntityBean need to implement EJBHome and EJBObject. In EJB 2 you can still use Remote
EntityBean interfaces, but EJB 2.0 introduced Local interfaces for you to use when they
reside in the same Jar/EAR file.
Participants
beanName
- name of the remote Entitybean.
- generates the remote entity home and remote entity interfaces.