public interface CartHome extends |
javax.ejb.EJBHome |
{
|
} |
Note that on previous slide, server bean did not implement the Remote interface. The server creates this EJBObject and also the EJBHome, corresponding to the following interface. Note that this create will call the EJBcreate method of the bean. |