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 the procedure for the creation of stateless ejb?
What is meant by ejb?
How enterprise beans will handle concurrent and loopback calls on entity beans?
whatis the diff between ejb and servlet/jsp
What do you mean by abstract schema?
What is ejb in java?
Explain the architectural relationship between EJB & XML?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Why is ftp stateful?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
what is SessionBean, EntityBean?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?