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 |
Define Context?
What are the advantages of ejb?
How to create ejb project in eclipse?
What are the callback annotations for the stateless bean?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What are transaction isolation levels in ejb?
Explain ejbhome and ejbobject in ejb?
how to deploy enterprise javabeans?
What is ejb application?
What ejb means?
what is SessionBean, EntityBean?
In EBs the DB state is more consistent than SBs why?