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


Please Help Members By Posting Answers For Below Questions

What are ejb containers?

772


What do you mean enterprise javabeans (ejb) container?

782


Define Initial Context?

794


What is @injectmock?

701


What is message-driven bean?

802


The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?

766


What do you mean by in-memory replication?

831


What is stateless authentication?

770


Can EJB made to handle multiple transactions?

802


What are the attributes of transaction in ejb?

712


What do you mean by abstract schema?

792


What is meant by ejb?

720


Why stateless is better than stateful?

731


What is @autowired required false?

790


Why is ftp stateful?

741