How Client will contact the Bean?

Answers were Sorted based on User's Feedback



How Client will contact the Bean?..

Answer / sapan kumar das

First Client Homeinterface get by
1.Client locates the Homeinterface using JNDI services.
2.EJB server return reference of Homeinterface.
3.Client call the create method of Homeinterface
4.EJB server return the reference of Remoteinterface
5.Client invoke the remotemethods
6.server return the results.

Is This Answer Correct ?    1 Yes 0 No

How Client will contact the Bean?..

Answer / john doe

The client will use the Home interface to create an EJB Object.
When client makes a function call it will access the EJB
Object through the Remote interface.
The EJB Object then decides which EJB and which function is
to be called.
Thus the connection between the client and Bean is established

Is This Answer Correct ?    0 Yes 0 No

How Client will contact the Bean?..

Answer / janet

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.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More EJB Interview Questions

What are the design principles for ejb?

0 Answers  


Differentiate Conversational from Non-conversational interactions?

0 Answers  


What is ejb and why it is used?

0 Answers  


What is ejb framework?

0 Answers  


What is ejb ql?

0 Answers  






What is stateless authentication?

0 Answers  


Is it possible to have threading in ejb?

0 Answers  


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

2 Answers  


Which is default transaction attribute for the business method of a bean?

2 Answers  


what are the classes you used in Beans?

1 Answers  


Is method overloading allowed in ejb?

0 Answers  


What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


Categories