how can u integrate ejb and hibernate? How can u call
hibernateDAO methods in session bean?

Answer Posted / guest

hibernate used to perform OR(object relational) mapping.it
is alternate to DAO .
servlets--->ejbSEssionbean(to store businesslogic)--->ejb
entity bean(to maintain persistence logic)here we use
hibernate instead of entity bean.
the above said is the integration procedure to separate
businesslogic from perssitence logic.
to call DAO methods in session bean normally we use
callback methods ejbcreate(),ejbload() to clear previous
datas in database,ejbstore()to store new datas using
primarykey value.ejbsetSessionContext() to initiate the
call.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by in-memory replication?

824


What are ejbs used for?

680


What is enterprise bean provider?

820


Is method overloading allowed in ejb?

773


A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?

743


How can a session bean be configured for transactions of bean-managed?

825


What is backing bean?

802


What is ejb client?

772


What is ejb container?

907


What is stateful session bean?

797


What is ejb container in java?

715


Who took over ejb?

803


What is stateless session bean?

794


What does statelessness mean?

772


What is mdb in ejb?

699