what is current EJB version?
Answers were Sorted based on User's Feedback
Answer / test
current EJB version 3.1 in this we have Global JNDI and
Local JNDI name same.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Define SessionContext ?
Mention the three levels for applying interceptor methods.
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is ejb in java with example?
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?
What are the basic and subtypes of enterprise java beans (ejb)?
What are the various methods of an Entity Bean?
What are the components of session beam?
How does ejb invocation take place?