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


Please Help Members By Posting Answers For Below Questions

What is ejb context?

547


can u explain about design patterns like singleton,builder,factory

1895


What do you mean by timer service and where it is used?

517


What is ejb and its uses?

521


Why do we need ejb in java?

519






What are the various types of entity beam?

550


Can EJB made to handle multiple transactions?

608


What’s new in the ejb 2.0 specification?

539


Is functional programming stateless?

527


Can more than a single table be mapped in cmp?

571


What is bean-managed transaction?

565


What are the key features of the ejb technology?

593


What is ejb client?

558


How is ejb different from java beans?

511


What is a local interface?

550