Describe client view of an Enterprise JavaBeans component?
Answer Posted / 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 |
Post New Answer View All Answers
What is ejb container in java?
What is message-driven bean?
Enlist the CallBack methods of Session Bean?
Is microservice stateless?
Which is the only method defined in the javax.ejb.handle interface?
Is it legal to have static initializer blocks in ejb?
Is state maintained by a Stateless bean?
Who took over ejb?
What does it mean to be stateless?
What do you mean by ejbdoclet?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Why do we use @requestmapping?
Why do we need ejb in java?
What is ejb framework?
What is ejb and how it works?