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 |
Explain the Sotware Architechture of EJB?
What is an ejb container?
Differentiate Phantom from Un-repeatable?
How to create ejb project in eclipse?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
difference b/w the hybernate and entity bean
What is activemq used for?
Using Container managed entity bean, how an entity bean can be created?
What are transaction isolation levels in ejb?
In what way, the client gets a reference to an existing entity bean?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What are the required methods to implement EJB architecture?