1 |
Client expects to get the handle of the following objects to interact with the beans:
|
2 | Home interface defines a factory and finder pattern to create, remove, and find EJB objects. Bean developer provides the description of this interface and container (deployment tool) creates the necessary implementation based on this description. Home interface extends from javax.ejb.EJBHome interface. |