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 are ejb containers?
What do you mean enterprise javabeans (ejb) container?
Define Initial Context?
What is @injectmock?
What is message-driven bean?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What do you mean by in-memory replication?
What is stateless authentication?
Can EJB made to handle multiple transactions?
What are the attributes of transaction in ejb?
What do you mean by abstract schema?
What is meant by ejb?
Why stateless is better than stateful?
What is @autowired required false?
Why is ftp stateful?