Remote SessionBean

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 SessionBean 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