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 the procedure for the creation of stateless ejb?
How does ejb container work?
How Stateful Session bean will store its State ?
What are the types of enterprise bean?
How does ejb invocation take place?
What are ejbs used for?
Differentiate Phantom from Un-repeatable?
Why is ejb needed?
What is ejb javatpoint?
What is an ejb container?
What are types in SessionBeans?
What is stateless ejb?