Developing EJBs (continued)...The Remote Interface & EJBObject
The Remote Interface defines the business methods of an EJBean
It extends javax.ejb.EJBObject
For every method in the Remote Interface there is a corresponding method in the bean
While the EJB Developer defines the Remote Interface, the EJBObject implementation code is generated by vendor provided tools