What are the differences between ejb 3.0 and ejb 2.0?
Answer / Rahul Chanpuriya
EJB 3.0 introduced several improvements over EJB 2.0, including support for annotations, simplified programming model, increased performance through a lighter-weight container, and enhanced support for Web Services.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between ejb and java beans?
Define EAR, WAR and JAR ?
What is ejb ql?
EJB containers supports what kind of transaction attributes?
What are transaction isolation levels in ejb?
How does ejb invocation take place?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is the meaning of acid in the connection of transaction management?
absract methods in EntityBean ?
What optimization could I use if the ejb container is the only point of write access to the database?
What is difference between stateless and stateful?
What does @singleton annotation do?