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 the difference between find and select methods in ejb?
What is ejb and its types?
What is the use of @ejb annotation?
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 software architecture of ejb?
What do you mean by EJB architecture?
What is ptp model?
Where is ejb used?
What is difference between stateless and stateful?
What is @resource in java?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is bean-managed transaction?
What do you mean by ‘hot deployment’ ?
What is ejb container?
What is ejb technology?