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 is the default transaction attribute for an ejb?

767


What are the different types of ejb?

745


Can EJB made to handle multiple transactions?

810


What are the differences between ejb 3.0 and ejb 2.0?

738


What are versions of ejb?

827


Should services be stateless?

716


Which is more beneficial: Stateful or Stateless Bean?

801


How to import ejb project in eclipse?

818


In what format is the conversational data written to the disk?

777


How is consistency maintained by Stateful Session through transaction updates ?

897


What is a stateless session?

746


What is the meaning of acid in the connection of transaction management?

812


How entity beans support container managed persistence?

2193


Explain the concept of local interfaces?

735


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

836