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

How stateful session beans will maintain consistency, across transaction updates?

2 Answers  


What are the various methods of an Entity Bean?

1 Answers  


Explain the important elements of ejb?

0 Answers  


Why do we need ejb?

0 Answers  


Enlist the enterprise beans types?

0 Answers  






A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?

0 Answers  


What is session bean in ejb?

0 Answers  


What do you mean by in-memory replication?

0 Answers  


What is entity beans in ejb with example?

0 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


List down the steps for the demonstration of ejp persistence mechanism.

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


Categories