when deploying an EJB, does it possible to specify multiple
JNDI names?
no,it is not possible.If you want to specify multiple JNDI
names
we have to deploy ejb multiple times each specifying
different JNDI names
| Is This Answer Correct ? | 7 Yes | 0 No |
Enlist the CallBack methods of Session Bean?
How can enterprise javabeans be accessed from active server pages?
What is ejb container?
Can the primary key in the entity bean be a Java primitive type such as int?
What is the difference between ejbcreate() and ejbpostcreate?
How can one EJB be called from within another EJB?
Can a client interact with an JavaBean directly? Explain?
What is difference between ejb and spring?
Why should we use ejb?
What is ejb home object?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Is ejb be called from another ejb? If yes then how?