Client-View - I
Client expects to get the handle of the following objects to interact with the beans:
- Home interface
- Remote Interface
- Object identity
- Metadata interface
- Handle
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.