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 is pub/sub model?
How can enterprise javabeans be accessed from active server pages?
Enlist the enterprise beans types?
What is message-driven bean?
Can the primary key in the entity bean be a Java primitive type such as int?
What is stateless ejb?
What are the various types of entrepreneur java bean?
What is activemq used for?
What are the components of session beam?
What is meant by manifest files ?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is ejb container?