what are the influence factors of ejbLoad() & ejbStore()?
Answer / pkr_reddy
EJDLOAD : this is used to extract the data from the back end
database and make them availabe to the ejb.
EJBSTORE: this is responsible to store the data into the
database by the ejb.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is ejb container in java?
What are the design principles for ejb?
What is the purpose of ejb in java?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is an ejb platform?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What is activemq used for?
What is stateless and stateful session bean in ejb?
Describe client view of an Enterprise JavaBeans component?
What are the various types of entity beam?
How does ejb work in java?
How is an entity bean created?