What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
No Answer is Posted For this Question
Be the First to Post Answer
Are entity beans allowed to create() methods?
How can a session bean be configured for transactions of bean-managed?
Transaction Attributes? What is the use of ?RequiresNew?
when deploying an EJB, does it possible to specify multiple JNDI names?
What is a local interface?
How do you implement the Local Interfaces ?
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?
Can beans who are involved in transaction have 'passivation' process?
What is the difference between stateful and stateless session beans?
List some key actors in persistence api.
What changes have been made in ejb 2.0 specifications?
What is stateless programming?