Describe client view of an Enterprise JavaBeans component?
Answer / guest
The client view is provided through two interfaces?the home
interface and the remote interface. These interfaces are
provided by classes constructed by the container when a bean
is deployed, based on information provided by the bean. The
home interface provides methods for creating a bean
instance, while the remote interface provides the business
logic methods for the component. By implementing these
interfaces, the container can intercede in client operations
on a bean, and offers the client a simplified view of the
component.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is ejb in weblogic?
List some key actors in persistence api.
How to create ejb project in eclipse?
What is session facade in ejb?
What is stateless session bean?
How can one EJB be called from within another EJB?
What are stateless functions?
What is EJB object?
Can stateful session beans are persistent?
Why do we use ejb?
What is ejb bean in java?
What are the various types of entity beam?