Can a client interact with an JavaBean directly? Explain?
Answer Posted / nirmala
No client cannot directly interact with java bean.
1.java application calls home interface to get a reference
for customer session object.
2.home interface creates customer session object which can
be refernced by customer bean interface.
3. java clients gets refence for the customer session bean
thru the bean interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What were entity beans?
What are the limitations of using local object?
How to create ejb project in eclipse?
How many enterprise beans?
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?
Is ejbCreate() method mandatory while defining a Session Bean?
What is stateless authentication?
What is mdb in ejb?
What does ejb stand for?
What do you mean by ejbdoclet?
Why stateless is better than stateful?
What are the advantages of ejb components?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Elucidate callback in ejb?