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 required methods to implement EJB architecture?
Elucidate callback in ejb?
What is @resource in java?
What are the basic and subtypes of enterprise java beans (ejb)?
in EJB diclare the static methods are not?
How can a session bean be configured for transactions of bean-managed?
Why do we use @requestmapping?
Name the acid properties of a transaction.
What are the limitations of using local object?
Can an ejb send asynchronous notifications to its clients?
Can a client interact with an JavaBean directly? Explain?
How many ejb objects are created for a bean?