Describe client view of an Enterprise JavaBeans component?



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

Post New Answer

More EJB Interview Questions

Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,


Enlist the CallBack methods of Entity Bean.

0 Answers  


What is difference between ejb 1.1 and ejb 2.0?

0 Answers  


Explain the architectural relationship between JavaBeans and JTA?

0 Answers  


what is mean by port ? Please answer me. Advance thanks.

2 Answers   Excel,






How to determine, that beans are TX or not?

0 Answers  


what is current EJB version?

3 Answers  


What are the services that a container provides for an entity bean?

3 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


An EJB client, can marshall an object of the class java.lang.Class to an EJB?

2 Answers  


What is a local interface?

0 Answers  


What is @injectmock?

0 Answers  


Categories