Posted By:
Anonymous
Posted On:
Monday, April 24, 2006 02:27 AM
In a brief, there are two interface types in EJB architecture.
1. Component (Remote)
2. Home
In EJB creation:
1. Home interface is used to create a component interface [stub] (reference to the component interface in the server).
2. Component interface is used to call bean methods when it is a session bean, and it is used to get/set values in the table if it is a entity bean.