|
Related Questions |
View Answer |
|
Can I invoke Runtime.gc() in an EJB?
|
View Answer
|
|
Can a Session Bean be defined without ejbCreate() method?
|
View Answer
|
|
Why are ejbActivate() and ejb Passivate() included for stateless session bean even though they are never required as it is nonconversational bean?
|
View Answer
|
|
With EJB 1.1 specs, why is unsetSessionContext() not provided in Session Beans, like unsetEntityContext() in Entity Beans?
|
View Answer
|
|
What is the difference between ejbStore() and ejbLoad()?
|
View Answer
|
|
What is the difference between ejbCreate() and ejbPostCreate
|
View Answer
|
|
Does stateless Session bean create() method contain any parameters?
|
View Answer
|
|
Can I develop an Entity Bean without implementing the create() method in the home interface?
|
View Answer
|
|
How can i retrieve from inside my Bean(Stateless session and Entity CMP) the user name which i am serving (the user name of user just logged in my web application)?
|
View Answer
|
|
What is EJB architecture(components)?
|
View Answer
|
|
If my session bean with single method insert record into 2 entity beans, how can I know that the process is done in same transaction (the attributes for these beans are Required)
|
View Answer
|
|
Is there a way to get the original exception object from inside a nested or wrapped Exception (for example an EJBException or RemoteException)
|
View Answer
|