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
How to invoke ejb from java client?
Which is more beneficial: Stateful or Stateless Bean?
How do you decide whether you should use session, entity or message driven bean?
What is session facade in ejb?
What is an entity and its types?
What is ejb technology?
How many ejb objects are created for a bean?
Which services are provided to ejb components by the ejb container?
What are the key features of the ejb technology?
What is ejb context?
What is ejb in java?
Can EJB made to handle multiple transactions?
Enlist the CallBack methods of Entity Bean.
Why do we need ejb in java?
What causes statelessness?