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 is EJB server provider?
How does ejbs work?
What are the basic and subtypes of enterprise java beans (ejb)?
Should services be stateless?
What do you mean by EJB architecture?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
What is an ejb platform?
What are the design principles for ejb?
What is an ejb container?
What are the key features of the ejb technology?
What is jar, war, and ear?
What are the different kind of ejb's?
Can more than a single table be mapped in cmp?
Define Context?
What is difference between stateless and stateful?