EJB 1.0 vs EJB 2.0
EJB 1.0 과 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 의 차이
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. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
관련 차이점
EJB 1.0 및 EJB 2.0 와 관련된 유사 비교를 살펴보며 더 넓은 맥락과 면접 준비에 도움을 얻어보세요.
아래에서 차이점 보기
아래의 모든 주제 비교를 살펴보거나, 위 검색창을 사용해 목록을 즉시 좁혀보세요.