Developing EJBs (continued)...The Home Interface & Home Object
The Home Object is an implementation of the javax.ejb.EJBHome interface
It has create()and remove() methods which the clients can use for creating or removing the EJBean
It has findxxx() methods which the clients can use to fetch an EJBean instance
While the Home Interface is defined by the EJB developer the Home Object is generated by the vendor provided Container tools