-
What is the difference between Stateful session bean and Stateless session bean
Answer posted by Mohan on 2005-05-20 08:45:36: Stateful session beans have the passivated and Active state which the Stateless bean does not have.
-
What is deployment descriptor
Answered by Jey on 2005-05-08 12:59:41: Deployment Descriptor is a XML document with .xml extenion. It basically descripes the deployment settings of an application or module or the component. At runtime J2EE server reads the deployment descriptor and understands it and then acts upon the component or module based the information mentioned in descriptor. For example EJB module has a deployment...
-
-
PortableRemoteObject.narrow()
What is the purpose of the call to PortableRemoteObject.narrow()?
-
JNDI
Why is JNDI used.Do we have any alternative for JNDI?
-
-
-
-
-
-
Map Entity Bean Field with Oracle
How to map the Entity Bean field with Oracle?
-
Metadata Annotation
What is metadata annotation?How it is useful in EJB 3.0?
-
Have you faced Any problems while deploying ejb's in weblogic
what are the serious problems you had faced while using EJB's
-
Jarfiles to be build in EJB 2.0
Which are the jar files that need to be externally added to run a simple java program that accesses a session bean in EJB 2.0, using Jboss 4.X application server.
-
What are the call back methods in Session bean
Answered by Jey on 2005-05-08 19:41:22: Session bean callback methods differ whether it is Stateless or stateful Session bean. Here they are. Stateless Session Bean 1. setSessionContext() 2. ejbCreate() 3. ejbRemove() Stateful Session Bean 1. setSessionContext() 2.ejbCreate() 3.ejbPassivate() 4.ejbActivate() 5.ejbRemove()
-
-
-
-
-
BLOB & CLOB
What is the expansion for BLOB & CLOB?
EJB Interview Questions
Ans