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

What is bean-managed persistence?

0 Answers  


What does a deployment diagram specify?

2 Answers  


Can EJB made to handle multiple transactions?

0 Answers  


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


what are the classes you used in Beans?

1 Answers  






What is the procedure for the creation of stateless ejb?

0 Answers  


What is the difference between ejbcreate() and ejbpostcreate?

0 Answers  


What is dependency injection in ejb?

0 Answers  


What are the basic and subtypes of enterprise java beans (ejb)?

0 Answers  


What is the difference between message driven beans and stateless session beans?

0 Answers  


Mention the three levels for applying interceptor methods.

0 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


Categories