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
What is the default transaction attribute for an ejb?
What are the different types of ejb?
Can EJB made to handle multiple transactions?
What are the differences between ejb 3.0 and ejb 2.0?
What are versions of ejb?
Should services be stateless?
Which is more beneficial: Stateful or Stateless Bean?
How to import ejb project in eclipse?
In what format is the conversational data written to the disk?
How is consistency maintained by Stateful Session through transaction updates ?
What is a stateless session?
What is the meaning of acid in the connection of transaction management?
How entity beans support container managed persistence?
Explain the concept of local interfaces?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?