EJB 1.0 contre EJB 2.0
Consultez les differences entre EJB 1.0 et EJB 2.0 dans un tableau structure, puis poursuivez avec des questions d entretien, des quiz et des comparaisons similaires.
Difference entre
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 entre EJB 1.0 et 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. |
Enregistrer pour revision
Ajoutez cet element aux favoris, marquez-le comme difficile ou placez-le dans un ensemble de revision.
Connectez-vous pour enregistrer des favoris, des questions difficiles et des ensembles de revision.
Differences associees
Explorez des comparaisons similaires reliees a EJB 1.0 et EJB 2.0 pour obtenir plus de contexte et mieux preparer vos entretiens.
Voir les differences ci-dessous
Parcourez toutes les comparaisons disponibles ci-dessous ou utilisez la recherche ci-dessus pour affiner instantanement la liste.