how can u integrate ejb and hibernate? How can u call
hibernateDAO methods in session bean?
Answer Posted / vamsee
As both are different technologies, they vary in mapping to
Data bases. Ejb's uses service of J2EE container to talk to
DB's but is not. It is ORM model which directly talk to the
DB objects. Hibernate reduces the level of complexity to
map the DB.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is stateless programming?
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?
What is stateless code?
Can more than a single table be mapped in cmp?
What is stateless authentication?
What is ejb bean in java?
Write down the steps for the creation of stateless ejb.
Where is ejb used?
What is singleton session bean?
What is difference between ejb 1.1 and ejb 2.0?
List down the steps for the demonstration of ejp persistence mechanism.
What is meant by ejb?
What is Enterprise JavaBeans Query Language (EJB QL)?
Is state maintained by a Stateless bean?
What is dependency injection in ejb?