Can a client interact with an JavaBean directly? Explain?
Answer / 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 |
What are the benefits of ejb?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
What is the major difference SessionBean and EntityBean?
What are the differences between ejb 3.0 and ejb 2.0?
What are the system services of ejb container?
How does legacy object mapping work?
What is dependency injection in ejb?
What causes statelessness?
why object class is a parent of all classes in java?
What is stateless session bean?
What is a ejb container?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?