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 |
How EJB and JDBC/SQLJ are related?
What is the purpose of a transaction monitor?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Describe client view of an Enterprise JavaBeans component?
What do you mean enterprise javabeans (ejb) container?
EJB containers supports what kind of transaction attributes?
what is a ejb architecture? and overview of ejb software architecture?
Is it legal to have static initializer blocks in ejb?
Is ejbCreate() method mandatory while defining a Session Bean?
What is ejb and how it works?
What are the services that a container provides for an entity bean?
How many enterprise beans?