EJB 1.0 vs EJB 2.0
Review the differences between EJB 1.0 and EJB 2.0 in a structured comparison table, then continue with related interview questions, quizzes, and similar topic comparisons.
Difference Between
EJB 1.0 vs EJB 2.0 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare EJB 2.0 and EJB 1.0 as very common job interview questions.
Difference between EJB 1.0 and EJB 2.0
EJB 1.0 vs EJB 2.0 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare EJB 2.0 and EJB 1.0 as very common job interview questions.
|
EJB 1.0
|
EJB 2.0
|
|---|---|
| First version of EJB. Main Features in EJB - EJB architecture is inherently transactional,distributed,portable,multi tier and secure. - EJB components are serverside components written entirely in the java. - EJB components contain business logic only no system level programing. - System level services such as transactions,security,Life cycle,threading,persistence,etc are automatically managed by the EJB Component by the EJB server. - EJB architecture is wire-protocol neutral Any protocol can be utilized:HTTP,IIOP,DCOM etc. |
Added Features: - New CMP Model. It is based on a new contract called the abstract persistence schema, that will allow to the container to handle the persistence automatically at runtime. - EJB Query Language. It is a sql-based language that will allow the new persistence schema to implement and execute finder methods. - Local interfaces. These are beans that can be used locally, that means by the same Java Virtual Machines, so they do not requires to be wrapped like remote beans, and arguments between those interfaces are passed directly. - ejbHome methods. Entity beans can declare ejbHome methods that perform operations related to the EJB component but that are not specific to a bean instance. - Message Driven Beans (MDB). Is a completely new enterprise bean type, that is designed specifically to handle incoming JMS messages. |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Related differences
Explore similar comparisons connected to EJB 1.0 and EJB 2.0 for broader context and interview preparation.
Get differences from below
Browse all available topic comparisons below, or use the search field above to narrow the list instantly.